aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/wrap/32.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-03 14:13:46 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-03 14:13:46 -0500
commit91e0dcd8f9de84a9cd0a45b1e776f59ea527881e (patch)
tree3101f7decc491233fa980625b2de7cd65f6d7031 /tests/data/fixtures/wrap/32.json
parent732589c4f0a5dbecc33f8ec4f7626a1cc93a03a8 (diff)
downloadvt100-rust-91e0dcd8f9de84a9cd0a45b1e776f59ea527881e.tar.gz
vt100-rust-91e0dcd8f9de84a9cd0a45b1e776f59ea527881e.zip
fix wrapping while scrolling inside the scroll region too
Diffstat (limited to 'tests/data/fixtures/wrap/32.json')
-rw-r--r--tests/data/fixtures/wrap/32.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/data/fixtures/wrap/32.json b/tests/data/fixtures/wrap/32.json
new file mode 100644
index 0000000..cdfc959
--- /dev/null
+++ b/tests/data/fixtures/wrap/32.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 ab",
+ "cells": {
+ "22,79": {
+ "contents": "a"
+ },
+ "23,0": {
+ "contents": "b"
+ }
+ },
+ "cursor_position": [
+ 23,
+ 1
+ ]
+} \ No newline at end of file