blob: 44d51f168c0fe1c0c0e2de58b83e8f38799e2a9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Origin mode (2)
INIT
WANTSCREEN
RESET
PUSH "\e[?6l"
PUSH "\e[23;24r"
PUSH "\e[24;1H"
PUSH "Bottom"
PUSH "\e[1;1H"
PUSH "Top"
!Output
?screen_row 23 = "Bottom"
?screen_row 0 = "Top"
|