csi: implement URXVT style mouse event reporting

This commit is contained in:
Daniel Eklöf 2019-07-05 19:40:52 +02:00
parent 450f6c7dcc
commit c76e620d71
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 13 additions and 12 deletions

3
csi.c
View file

@ -614,8 +614,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
break;
case 1015:
LOG_WARN("unimplemented: URXVT mosue");
/* term->mouse_reporting = MOUSE_URXVT; */
term->mouse_reporting = MOUSE_URXVT;
break;
case 1049: