We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ec922 commit c8a56cbCopy full SHA for c8a56cb
t/69screen_pushline.test
@@ -0,0 +1,17 @@
1
+INIT
2
+WANTSTATE
3
+WANTSCREEN b
4
+
5
+RESET
6
7
+!Spillover text marks continuation on second line
8
+PUSH "A"x85
9
+PUSH "\r\n"
10
+ ?lineinfo 0 =
11
+ ?lineinfo 1 = cont
12
13
+!Continuation mark sent to sb_pushline
14
+PUSH "\n"x23
15
+ sb_pushline 80 = 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41
16
+PUSH "\n"
17
+ sb_pushline 80 cont = 41 41 41 41 41
0 commit comments