aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/relative_movement/20.json
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/20.json
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/20.json')
-rw-r--r--tests/data/fixtures/relative_movement/20.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/data/fixtures/relative_movement/20.json b/tests/data/fixtures/relative_movement/20.json
new file mode 100644
index 0000000..479a1bd
--- /dev/null
+++ b/tests/data/fixtures/relative_movement/20.json
@@ -0,0 +1,13 @@
+{
+ "contents": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n a",
+ "cells": {
+ "23,79": {
+ "contents": "a",
+ "bold": true
+ }
+ },
+ "cursor_position": [
+ 7,
+ 0
+ ]
+} \ No newline at end of file