mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Support for turning off auto-repeat
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user