aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/attrs/10.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-19 03:40:51 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-19 03:42:50 -0500
commit4227bdedde837347ecd83510b976ab13d474b2b9 (patch)
tree366e5246b9b796c28b26187471214ae18d3fb823 /tests/data/fixtures/attrs/10.json
parentb45a23b68ea8eb27f2b616f3f1fc32532cdcf03c (diff)
downloadvt100-rust-4227bdedde837347ecd83510b976ab13d474b2b9.tar.gz
vt100-rust-4227bdedde837347ecd83510b976ab13d474b2b9.zip
fix up some more issues with row_formatted
handle cursor positioning and wrapping a bit better
Diffstat (limited to 'tests/data/fixtures/attrs/10.json')
-rw-r--r--tests/data/fixtures/attrs/10.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/data/fixtures/attrs/10.json b/tests/data/fixtures/attrs/10.json
new file mode 100644
index 0000000..b6cb478
--- /dev/null
+++ b/tests/data/fixtures/attrs/10.json
@@ -0,0 +1,17 @@
+{
+ "contents": " ab",
+ "cells": {
+ "0,78": {
+ "contents": "a",
+ "fgcolor": "1"
+ },
+ "0,79": {
+ "contents": "b",
+ "fgcolor": "1"
+ }
+ },
+ "cursor_position": [
+ 0,
+ 80
+ ]
+} \ No newline at end of file