summaryrefslogtreecommitdiffstats
path: root/tests/spaces
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2024-01-22 17:34:14 +0100
committerpgen <p.gen.progs@gmail.com>2024-01-25 01:02:14 +0100
commite9e1b762c441849c741591cde58a6a803c59a57a (patch)
tree365ef27a10314b823bfe73d87e8dfe5146b2b8c9 /tests/spaces
parent704fa191b444aecc01aac875be453e79db2cac37 (diff)
Add a scroll bar below the window in col/line mode
This horizontal scrollbar is clickable when the mouse is available, and adds a new way of navigating through the words displayed.
Diffstat (limited to 'tests/spaces')
-rw-r--r--tests/spaces/t0001.tst6
-rw-r--r--tests/spaces/t0002.tst6
-rw-r--r--tests/spaces/t0003.tst6
-rw-r--r--tests/spaces/t0004.tst6
-rw-r--r--tests/spaces/t0005.tst6
-rw-r--r--tests/spaces/t0006.tst6
6 files changed, 18 insertions, 18 deletions
diff --git a/tests/spaces/t0001.tst b/tests/spaces/t0001.tst
index 550a5e7..6bec5c0 100644
--- a/tests/spaces/t0001.tst
+++ b/tests/spaces/t0001.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu t0001.in)
-\S[150]\s[50]\r
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu t0001.in)
+\S[300]\s[200]\r
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0
diff --git a/tests/spaces/t0002.tst b/tests/spaces/t0002.tst
index 5a76814..7cfab38 100644
--- a/tests/spaces/t0002.tst
+++ b/tests/spaces/t0002.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu t0002.in)
-\S[150]\s[50]l\r
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu t0002.in)
+\S[300]\s[200]l\r
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0
diff --git a/tests/spaces/t0003.tst b/tests/spaces/t0003.tst
index 896cca0..24bdc2b 100644
--- a/tests/spaces/t0003.tst
+++ b/tests/spaces/t0003.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu t0003.in)
-\S[150]\s[50]ll\r
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu t0003.in)
+\S[300]\s[200]ll\r
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0
diff --git a/tests/spaces/t0004.tst b/tests/spaces/t0004.tst
index 58f3d64..1a84b55 100644
--- a/tests/spaces/t0004.tst
+++ b/tests/spaces/t0004.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -k t0004.in)
-\S[150]\s[50]\r
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu -k t0004.in)
+\S[300]\s[200]\r
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0
diff --git a/tests/spaces/t0005.tst b/tests/spaces/t0005.tst
index 0cb1888..cae5bf1 100644
--- a/tests/spaces/t0005.tst
+++ b/tests/spaces/t0005.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -k t0005.in)
-\S[150]\s[50]l\r
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu -k t0005.in)
+\S[300]\s[200]l\r
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0
diff --git a/tests/spaces/t0006.tst b/tests/spaces/t0006.tst
index fc60754..20fea24 100644
--- a/tests/spaces/t0006.tst
+++ b/tests/spaces/t0006.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -k t0006.in)
-\S[150]\s[50]ll\r
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu -k t0006.in)
+\S[300]\s[200]ll\r
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0