Skip to content

iflags

const iflags: object

Defined in: src/drivers/tty/termios.ts:6

Input flags, i.e. c_iflag

readonly ICRNL: 256 = 0x0100

Map CR to NL on input, which is what makes Enter work

readonly IGNCR: 128 = 0x0080

Ignore CR on input

readonly INLCR: 64 = 0x0040

Map NL to CR on input

readonly ISTRIP: 32 = 0x0020

Strip the eighth bit off every input byte