Support for turning off auto-repeat

This commit is contained in:
Kovid Goyal
2016-11-30 08:03:29 +05:30
parent 256a5318f1
commit f25b2d241f
4 changed files with 18 additions and 8 deletions

View File

@@ -30,10 +30,15 @@
// on the screen.
#define DECCOLM (3 << 5)
// Scroll speed
#define DECSCLM (4 << 5)
// *Screen Mode*: toggles screen-wide reverse-video mode.
#define DECSCNM (5 << 5)
// Auto-repeat of keys
#define DECARM (8 << 5)
/* *Origin Mode*: allows cursor addressing relative to a user-defined
origin. This mode resets when the terminal is powered up or reset.
It does not affect the erase in display (ED) function.