aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/relative_movement/18.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-04-18 22:46:35 -0500
committerGitHub <noreply@github.com>2023-04-18 22:46:35 -0500
commitae9350107bc11f4e5fcd60a017fe942e93aaec75 (patch)
tree63b479cd3faebc11d6ab92db961145b57af77229 /tests/data/fixtures/relative_movement/18.json
parent7021de793f9945789276db2dd1006aac64f24495 (diff)
parent988ce9dce47d485e02dbde35573de3d14065b27e (diff)
downloadvt100-rust-ae9350107bc11f4e5fcd60a017fe942e93aaec75.tar.gz
vt100-rust-ae9350107bc11f4e5fcd60a017fe942e93aaec75.zip
Merge pull request #10 from FuegoFro/handle_previous_next_line
Add support for CSI E/F (next and previous line)
Diffstat (limited to 'tests/data/fixtures/relative_movement/18.json')
-rw-r--r--tests/data/fixtures/relative_movement/18.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/data/fixtures/relative_movement/18.json b/tests/data/fixtures/relative_movement/18.json
new file mode 100644
index 0000000..8dde982
--- /dev/null
+++ b/tests/data/fixtures/relative_movement/18.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": [
+ 1,
+ 0
+ ]
+} \ No newline at end of file