summaryrefslogtreecommitdiffstats
path: root/src/libvterm/t/45screen_protect.test
blob: 718f853fc601622475226bfdc43f3020205c7e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INIT
WANTSCREEN 

!Selective erase
RESET
PUSH "A\e[1\"qB\e[\"qC"
  ?screen_chars 0,0,1,3 = 0x41,0x42,0x43
PUSH "\e[G\e[?J"
  ?screen_chars 0,0,1,3 = 0x20,0x42

!Non-selective erase
RESET
PUSH "A\e[1\"qB\e[\"qC"
  ?screen_chars 0,0,1,3 = 0x41,0x42,0x43
PUSH "\e[G\e[J"
  ?screen_chars 0,0,1,3 =