raw(3cur)
NAME
raw, noraw − enable/disable raw mode
SYNTAX
raw()
noraw()
DESCRIPTION
The raw routine sets the terminal into RAW mode. RAW mode is similar to CBREAK mode, in that characters are immediately passed through to the user program as they are typed. In RAW mode, the interrupt, quit, suspend and flow control characters are passed through uninterpreted, and do not generate a signal.
The behaviour of the BREAK key depends on the settings of bits that are not controlled by curses.
The noraw routine disables RAW mode.
Subroutines