| | Classes, Interfaces and methods for Terminal Input/Output.
| BITS |
InputMode @public | For docs see the termios manpage, c_iflag constants.
| | BITS |
OutputMode @public | For docs see the termios manpage, c_oflag constants.
| | ENUM |
CharSize @public | Character size in bits.
| | BITS |
ControlMode @public | For docs see the termios manpage, c_cflag constants.
| | BITS |
LocalMode @public | For docs see the termios manpage, c_lflag constants.
| | ENUM |
Speed @public | Speed in baud.
| | CLASS |
Mode @public | Stores terminal mode values.
| | | |
|
getMode(fd)
TIO.Mode @public | Return a TIO.Mode with the current mode for file fd.
| | |
|