mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
csi: implement URXVT style mouse event reporting
This commit is contained in:
parent
450f6c7dcc
commit
c76e620d71
2 changed files with 13 additions and 12 deletions
3
csi.c
3
csi.c
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue