mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
osc: implement OSC-22 - set xcursor pointer
This commit is contained in:
parent
0bf92fff05
commit
6cdaa4fd0a
1 changed files with 4 additions and 0 deletions
4
osc.c
4
osc.c
|
|
@ -744,6 +744,10 @@ osc_dispatch(struct terminal *term)
|
|||
term_damage_cursor(term);
|
||||
break;
|
||||
|
||||
case 22: /* Set mouse cursor */
|
||||
term_set_user_mouse_cursor(term, string);
|
||||
break;
|
||||
|
||||
case 30: /* Set tab title */
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue