iflags
constiflags:object
Defined in: src/drivers/tty/termios.ts:6
Input flags, i.e. c_iflag
Type Declaration
Section titled “Type Declaration”
readonlyICRNL:256=0x0100
Map CR to NL on input, which is what makes Enter work
readonlyIGNCR:128=0x0080
Ignore CR on input
readonlyINLCR:64=0x0040
Map NL to CR on input
ISTRIP
Section titled “ISTRIP”
readonlyISTRIP:32=0x0020
Strip the eighth bit off every input byte