summaryrefslogtreecommitdiffstats
path: root/tests/timeout
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/timeout
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/timeout')
-rw-r--r--tests/timeout/t0001.tst6
-rw-r--r--tests/timeout/t0002.tst6
-rw-r--r--tests/timeout/t0003.tst6
-rw-r--r--tests/timeout/t0004.tst6
-rw-r--r--tests/timeout/t0005.tst6
-rw-r--r--tests/timeout/t0006.tst6
6 files changed, 18 insertions, 18 deletions
diff --git a/tests/timeout/t0001.tst b/tests/timeout/t0001.tst
index 7e121ad..fb4e270 100644
--- a/tests/timeout/t0001.tst
+++ b/tests/timeout/t0001.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -x cur 5 -- t0001.in)
-\S[150]\s[50]l\S[6000]
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu -x cur 5 -- t0001.in)
+\S[300]\s[200]l\S[6000]
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0
diff --git a/tests/timeout/t0002.tst b/tests/timeout/t0002.tst
index 0774e8b..dbc5be8 100644
--- a/tests/timeout/t0002.tst
+++ b/tests/timeout/t0002.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -x cur 5 -- t0002.in)
-\S[150]\s[50]l\S[2000]l\S[2000]hh\S[6000]
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu -x cur 5 -- t0002.in)
+\S[300]\s[200]l\S[2000]l\S[2000]hh\S[6000]
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0
diff --git a/tests/timeout/t0003.tst b/tests/timeout/t0003.tst
index 56e408c..edb4657 100644
--- a/tests/timeout/t0003.tst
+++ b/tests/timeout/t0003.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -x q 5 -- t0003.in)
-\S[150]\s[50]l\S[6000]
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu -x q 5 -- t0003.in)
+\S[300]\s[200]l\S[6000]
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0
diff --git a/tests/timeout/t0004.tst b/tests/timeout/t0004.tst
index 2af25be..6688cf5 100644
--- a/tests/timeout/t0004.tst
+++ b/tests/timeout/t0004.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -x w 'test\\u21' 5 -- t0004.in)
-\S[150]\s[50]l\S[6000]
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu -x w 'test\\u21' 5 -- t0004.in)
+\S[300]\s[200]l\S[6000]
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0
diff --git a/tests/timeout/t0005.tst b/tests/timeout/t0005.tst
index 8c8a70d..ffd8242 100644
--- a/tests/timeout/t0005.tst
+++ b/tests/timeout/t0005.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -x cur 5 -- t0005.in)
-\S[150]\s[50]l\S[2000]\r
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu -x cur 5 -- t0005.in)
+\S[300]\s[200]l\S[2000]\r
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0
diff --git a/tests/timeout/t0006.tst b/tests/timeout/t0006.tst
index 9bc75ee..372256b 100644
--- a/tests/timeout/t0006.tst
+++ b/tests/timeout/t0006.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -X cur 5 -- t0001.in)
-\S[150]\s[50]l\S[3000]\r
-\S[150]\s[10]echo ":$\s[10]OUT:"
+\S[300]\s[80]OUT=$(smenu -X cur 5 -- t0001.in)
+\S[300]\s[200]l\S[3000]\r
+\S[300]\s[80]echo ":$\s[80]OUT:"
exit 0