mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
csi: SGR mouse tracking *is* implemented
This commit is contained in:
parent
fd25018cdd
commit
b9bd637021
1 changed files with 0 additions and 1 deletions
1
csi.c
1
csi.c
|
|
@ -610,7 +610,6 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 1006:
|
case 1006:
|
||||||
LOG_WARN("unimplemented: SGR mouse");
|
|
||||||
term->mouse_reporting = MOUSE_SGR;
|
term->mouse_reporting = MOUSE_SGR;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue