summaryrefslogtreecommitdiffstats
path: root/src/libvterm/t/90vttest_02-screen-3.test
blob: 8cdf8df4677f60d274365a2e12b11310812fa6ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Origin mode
INIT
WANTSCREEN

RESET

PUSH "\e[?6h"
PUSH "\e[23;24r"
PUSH "\n"
PUSH "Bottom"
PUSH "\e[1;1H"
PUSH "Above"

!Output
?screen_row 22 = "Above"
?screen_row 23 = "Bottom"