diff options
Diffstat (limited to 'test/vt52_curses_input.0')
-rw-r--r-- | test/vt52_curses_input.0 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/test/vt52_curses_input.0 b/test/vt52_curses_input.0 new file mode 100644 index 0000000..c8a7ad7 --- /dev/null +++ b/test/vt52_curses_input.0 @@ -0,0 +1,49 @@ +CTRL Use alt charset +CTRL save cursor +CSI Use alternate screen buffer +CSI set scrolling region 1-24 +S -1 ┋ ┋ +A └ normal +CSI Reset Replace mode +CSI Erase all +S 1 ┋Gruß ┋ +K 0d +S 1 ┋ ┋ +A ····└ carriage-return +K 0d +CSI Erase Below +K 0d +S 1 ┋de ┋ +K 0d +S 1 ┋ ┋ +A ··└ carriage-return +CSI Erase Below +K 0d +S 1 ┋1 ┋ +K 0d +S 1 ┋ 2 ┋ +K 0d +S 1 ┋ 3 ┋ +K 0d +S 1 ┋ ┋ +A ···└ carriage-return +CSI Erase Below +K 0d +S 1 ┋abc ┋ +K 0d +S 1 ┋ ┋ +A ···└ carriage-return +CSI Erase Below +K 0d +CTRL bell +K 0d +S 1 ┋acdef ┋ +K 0d +K 0d +CSI Erase all +CSI Use normal screen buffer +CTRL restore cursor +S 24 ┋ ┋ +A └ carriage-return +CSI Normal cursor keys +CTRL Normal keypad |