Bram Moolenaar | e4f25e4 | 2017-07-07 11:54:15 +0200 | [diff] [blame] | 1 | INIT |
2 | WANTSCREEN | ||||
3 | |||||
4 | !Selective erase | ||||
5 | RESET | ||||
6 | PUSH "A\e[1\"qB\e[\"qC" | ||||
7 | ?screen_chars 0,0,1,3 = 0x41,0x42,0x43 | ||||
8 | PUSH "\e[G\e[?J" | ||||
9 | ?screen_chars 0,0,1,3 = 0x20,0x42 | ||||
10 | |||||
11 | !Non-selective erase | ||||
12 | RESET | ||||
13 | PUSH "A\e[1\"qB\e[\"qC" | ||||
14 | ?screen_chars 0,0,1,3 = 0x41,0x42,0x43 | ||||
15 | PUSH "\e[G\e[J" | ||||
16 | ?screen_chars 0,0,1,3 = |