oflags
constoflags:object
Defined in: src/drivers/tty/termios.ts:18
Output flags, i.e. c_oflag
Type Declaration
Section titled “Type Declaration”
readonlyOCRNL:8=0x0008
Map CR to NL on output
readonlyONLCR:4=0x0004
Map NL to CR-NL on output, which is what a terminal needs to return to column 0
ONLRET
Section titled “ONLRET”
readonlyONLRET:32=0x0020
Don’t send CR at all
readonlyOPOST:1=0x0001
Do any output processing at all. Without this the rest are ignored.