enum RemiCharms::InputMode
Overview
Defines how character input is handled by ncurses.
Defined in:
remicharms.crEnum Members
-
Default =
0
-
The default mode (that is, the mode that ncurses is in when it starts up).
-
Raw =
1
-
Raw input mode.
-
CBreak =
2
-
Raw mode, but with control characters like Ctrl-C still interpreted as usual.