blob: 8cdf8df4677f60d274365a2e12b11310812fa6ac [file] [log] [blame]
Bram Moolenaare4f25e42017-07-07 11:54:15 +02001# Origin mode
2INIT
3WANTSCREEN
4
5RESET
6
7PUSH "\e[?6h"
8PUSH "\e[23;24r"
9PUSH "\n"
10PUSH "Bottom"
11PUSH "\e[1;1H"
12PUSH "Above"
13
14!Output
15?screen_row 22 = "Above"
16?screen_row 23 = "Bottom"