lflags
constlflags:object
Defined in: src/drivers/tty/termios.ts:30
Local flags, i.e. c_lflag
Type Declaration
Section titled “Type Declaration”
readonlyECHO:8=0x0008
Echo input back to the terminal
readonlyECHOE:16=0x0010
Erase erases the character on screen, rather than just in the buffer
ECHONL
Section titled “ECHONL”
readonlyECHONL:64=0x0040
Echo NL even when ECHO is off
ICANON
Section titled “ICANON”
readonlyICANON:2=0x0002
Line-at-a-time input, with editing. Without this every byte is handed over as it arrives.
readonlyISIG:1=0x0001
Turn the interrupt, quit and suspend characters into signals