aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/relative_movement.in
diff options
context:
space:
mode:
authorDanny Weinberg <FuegoFro@gmail.com>2023-04-17 13:08:26 -0700
committerDanny Weinberg <FuegoFro@gmail.com>2023-04-17 13:08:26 -0700
commit988ce9dce47d485e02dbde35573de3d14065b27e (patch)
tree63b479cd3faebc11d6ab92db961145b57af77229 /tests/data/fixtures/relative_movement.in
parent7021de793f9945789276db2dd1006aac64f24495 (diff)
downloadvt100-rust-988ce9dce47d485e02dbde35573de3d14065b27e.tar.gz
vt100-rust-988ce9dce47d485e02dbde35573de3d14065b27e.zip
Add support for CSI E/F (next and previous line)
This adds support for the following two operations: - https://vt100.net/docs/vt510-rm/CNL.html - https://vt100.net/docs/vt510-rm/CPL.html While it looks like these weren't technically implemented in the vt100, it does seem that a number of modern terminals (iTerm2, Windows Terminal, as two examples) support them.
Diffstat (limited to 'tests/data/fixtures/relative_movement.in')
-rw-r--r--tests/data/fixtures/relative_movement.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/fixtures/relative_movement.in b/tests/data/fixtures/relative_movement.in
index 1e744f5..f8339af 100644
--- a/tests/data/fixtures/relative_movement.in
+++ b/tests/data/fixtures/relative_movement.in
@@ -15,3 +15,7 @@
\x1b[500B
\x1b[500A
\x1b[24;80H\x1b[1ma\x1b[A
+\x1b[5;5H\x1b[3F
+\x1b[5;5H\x1b[F
+\x1b[5;5H\x1b[3E
+\x1b[5;5H\x1b[E