aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/decstbm/13.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/13.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/13.json')
-rw-r--r--tests/data/fixtures/decstbm/13.json108
1 files changed, 108 insertions, 0 deletions
diff --git a/tests/data/fixtures/decstbm/13.json b/tests/data/fixtures/decstbm/13.json
new file mode 100644
index 0000000..c2f4854
--- /dev/null
+++ b/tests/data/fixtures/decstbm/13.json
@@ -0,0 +1,108 @@
+{
+ "contents": "1\n2\n3\n4\n5\n6\n7\n8\n9\n\n10\n11\n12\n13\n14\n\n\n15\n16\n17\n21\n22\n23\n24",
+ "cells": {
+ "0,0": {
+ "contents": "1"
+ },
+ "1,0": {
+ "contents": "2"
+ },
+ "10,0": {
+ "contents": "1"
+ },
+ "10,1": {
+ "contents": "0"
+ },
+ "11,0": {
+ "contents": "1"
+ },
+ "11,1": {
+ "contents": "1"
+ },
+ "12,0": {
+ "contents": "1"
+ },
+ "12,1": {
+ "contents": "2"
+ },
+ "13,0": {
+ "contents": "1"
+ },
+ "13,1": {
+ "contents": "3"
+ },
+ "14,0": {
+ "contents": "1"
+ },
+ "14,1": {
+ "contents": "4"
+ },
+ "17,0": {
+ "contents": "1"
+ },
+ "17,1": {
+ "contents": "5"
+ },
+ "18,0": {
+ "contents": "1"
+ },
+ "18,1": {
+ "contents": "6"
+ },
+ "19,0": {
+ "contents": "1"
+ },
+ "19,1": {
+ "contents": "7"
+ },
+ "2,0": {
+ "contents": "3"
+ },
+ "20,0": {
+ "contents": "2"
+ },
+ "20,1": {
+ "contents": "1"
+ },
+ "21,0": {
+ "contents": "2"
+ },
+ "21,1": {
+ "contents": "2"
+ },
+ "22,0": {
+ "contents": "2"
+ },
+ "22,1": {
+ "contents": "3"
+ },
+ "23,0": {
+ "contents": "2"
+ },
+ "23,1": {
+ "contents": "4"
+ },
+ "3,0": {
+ "contents": "4"
+ },
+ "4,0": {
+ "contents": "5"
+ },
+ "5,0": {
+ "contents": "6"
+ },
+ "6,0": {
+ "contents": "7"
+ },
+ "7,0": {
+ "contents": "8"
+ },
+ "8,0": {
+ "contents": "9"
+ }
+ },
+ "cursor_position": [
+ 23,
+ 49
+ ]
+} \ No newline at end of file