Flowdock
method

raw

Importance_1
v1_9_3_392 - Show latest stable - 0 notes - Class: Curses
raw() public

Put the terminal into raw mode.

Raw mode is similar to Curses.cbreak mode, in that characters typed are immediately passed through to the user program.

The differences are that in raw mode, the interrupt, quit, suspend, and flow control characters are all passed through uninterpreted, instead of generating a signal. The behavior of the BREAK key depends on other bits in the tty driver that are not set by curses.

Show source
Register or log in to add new notes.