Skip to content

Commit

Permalink
Capture t/69screen_pushline.test
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Jul 16, 2024
1 parent 62ec922 commit c8a56cb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions t/69screen_pushline.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
INIT
WANTSTATE
WANTSCREEN b

RESET

!Spillover text marks continuation on second line
PUSH "A"x85
PUSH "\r\n"
?lineinfo 0 =
?lineinfo 1 = cont

!Continuation mark sent to sb_pushline
PUSH "\n"x23
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
PUSH "\n"
sb_pushline 80 cont = 41 41 41 41 41

0 comments on commit c8a56cb

Please sign in to comment.