aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/decstbm/15.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-03 13:54:23 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-03 13:55:17 -0500
commit732589c4f0a5dbecc33f8ec4f7626a1cc93a03a8 (patch)
tree4e8a57f61d207665b923621a8a2fea7ade6e31b3 /tests/data/fixtures/decstbm/15.json
parent222c3c4aa13508920a626dd427b1a2aca3c9f2a6 (diff)
downloadvt100-rust-732589c4f0a5dbecc33f8ec4f7626a1cc93a03a8.tar.gz
vt100-rust-732589c4f0a5dbecc33f8ec4f7626a1cc93a03a8.zip
handle scrolling outside of a scroll region
it shouldn't scroll the scroll region if you wrap off the end of the whole terminal outside of the scroll region. also, that kind of non-wrap shouldn't set the wrap flag
Diffstat (limited to 'tests/data/fixtures/decstbm/15.json')
-rw-r--r--tests/data/fixtures/decstbm/15.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/data/fixtures/decstbm/15.json b/tests/data/fixtures/decstbm/15.json
new file mode 100644
index 0000000..ce67a46
--- /dev/null
+++ b/tests/data/fixtures/decstbm/15.json
@@ -0,0 +1,15 @@
+{
+ "contents": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nb a",
+ "cells": {
+ "23,0": {
+ "contents": "b"
+ },
+ "23,79": {
+ "contents": "a"
+ }
+ },
+ "cursor_position": [
+ 23,
+ 1
+ ]
+} \ No newline at end of file