blob: 70de439e1c33971e4f79b09e762c4b9f8b7698fb [file] [log] [blame]
Bram Moolenaare4f25e42017-07-07 11:54:15 +02001INIT
2WANTSTATE
3
4!Mouse reporting should not break by idempotent DECSM 1002
5PUSH "\e[?1002h"
6MOUSEMOVE 0,0 0
7MOUSEBTN d 1 0
8 output "\e[M\x20\x21\x21"
9MOUSEMOVE 1,0 0
10 output "\e[M\x40\x21\x22"
11PUSH "\e[?1002h"
12MOUSEMOVE 2,0 0
13 output "\e[M\x40\x21\x23"