summaryrefslogtreecommitdiffstats
path: root/tests/rows_cols_in-ex-clusions
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-07-01 12:08:44 +0200
committerpgen <p.gen.progs@gmail.com>2018-07-08 11:57:31 +0200
commit9335db258e7e8ef42b69cd79dbfbe4157a4947b2 (patch)
tree34e8bc38debdebc705dfc4f751e0401e474227b5 /tests/rows_cols_in-ex-clusions
parent6a2f20ad506f11c00d2255c7742ad6f2cd480b9d (diff)
There is no message when the terminal is too small
Check the number of lines in the message each time the window must be displayed.
Diffstat (limited to 'tests/rows_cols_in-ex-clusions')
-rw-r--r--tests/rows_cols_in-ex-clusions/t0001.good6
-rw-r--r--tests/rows_cols_in-ex-clusions/t0002.good4
-rw-r--r--tests/rows_cols_in-ex-clusions/t0003.good4
3 files changed, 7 insertions, 7 deletions
diff --git a/tests/rows_cols_in-ex-clusions/t0001.good b/tests/rows_cols_in-ex-clusions/t0001.good
index cd861eb..29e6d8e 100644
--- a/tests/rows_cols_in-ex-clusions/t0001.good
+++ b/tests/rows_cols_in-ex-clusions/t0001.good
@@ -1,17 +1,17 @@
$ OUT=$(smenu -n 6 -R2,3 -R5 t0001.in)
1 2 3 4 5
-0:21 2:21 4:21 6:21 8:21
+0:22 2:22 4:22 6:22 8:22
6 7 8 9 10
4:07
11 12 13 14 15
16 17 18 19 20
-0:21 1:21 3:21 4:21 6:21 7:21 9:21 10:21 12:21 13:21
+0:22 1:22 3:22 4:22 6:22 7:22 9:22 10:22 12:22 13:22
21 22 23
24 25
-0:21 1:21 3:21 4:21
+0:22 1:22 3:22 4:22
$
$ echo ":$OUT:"
diff --git a/tests/rows_cols_in-ex-clusions/t0002.good b/tests/rows_cols_in-ex-clusions/t0002.good
index 00ed627..760b275 100644
--- a/tests/rows_cols_in-ex-clusions/t0002.good
+++ b/tests/rows_cols_in-ex-clusions/t0002.good
@@ -3,7 +3,7 @@ $ OUT=$(smenu -n 6 -R3-5 -R1 t0002.in)
1 2 3 4 5
6 7 8 9 10
-0:21 2:21 4:21 6:21 8:21 9:21
+0:22 2:22 4:22 6:22 8:22 9:22
11 12 13 14 15
3:07 4:07
16 17 18 19 20
@@ -11,7 +11,7 @@ $ OUT=$(smenu -n 6 -R3-5 -R1 t0002.in)
21 22 23
24 25
-0:21 1:21 3:21 4:21
+0:22 1:22 3:22 4:22
$
$ echo ":$OUT:"
diff --git a/tests/rows_cols_in-ex-clusions/t0003.good b/tests/rows_cols_in-ex-clusions/t0003.good
index f6fd524..9abe369 100644
--- a/tests/rows_cols_in-ex-clusions/t0003.good
+++ b/tests/rows_cols_in-ex-clusions/t0003.good
@@ -3,7 +3,7 @@ $ OUT=$(smenu -n 6 -R3-5,1 t0003.in)
1 2 3 4 5
6 7 8 9 10
-0:21 2:21 4:21 6:21 8:21 9:21
+0:22 2:22 4:22 6:22 8:22 9:22
11 12 13 14 15
3:07 4:07
16 17 18 19 20
@@ -11,7 +11,7 @@ $ OUT=$(smenu -n 6 -R3-5,1 t0003.in)
21 22 23
24 25
-0:21 1:21 3:21 4:21
+0:22 1:22 3:22 4:22
$
$ echo ":$OUT:"