Skip to content
Snippets Groups Projects
Commit d4e85632 authored by rswindell's avatar rswindell
Browse files

New console bit for global Insert/Overwrite toggle, CON_INSERT.

parent 4e9b66c6
No related branches found
No related tags found
No related merge requests found
......@@ -456,6 +456,7 @@ typedef enum { /* Values for xtrn_t.event */
#define CON_NO_INACT (1<<13) /* Console inactivity detection disabled */
#define CON_BACKSPACE (1<<14) /* Backspace hit, exiting from getstr() */
#define CON_LEFTARROW (1<<15) /* Left arrow hit, exiting from getstr() */
#define CON_INSERT (1<<16) /* Insert mode, for getstr() */
/* Number of milliseconds */
#define DELAY_HANGUP 250 /* Delay before modem drops carrier */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment