mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 16:05:02 +02:00
Implement scroll by n lines
This commit is contained in:
@@ -171,6 +171,12 @@
|
||||
// of cursor move left.
|
||||
#define DCH 'P'
|
||||
|
||||
// Scroll up by the specified number of lines
|
||||
#define SU 'S'
|
||||
|
||||
// Scroll down by the specified number of lines
|
||||
#define SD 'T'
|
||||
|
||||
// *Erase character*: Erase the indicated # of characters on the
|
||||
// current line.
|
||||
#define ECH 'X'
|
||||
|
||||
Reference in New Issue
Block a user