osc: implement OSC-22 - set xcursor pointer

This commit is contained in:
Daniel Eklöf 2022-01-01 13:58:42 +01:00
parent 0bf92fff05
commit 6cdaa4fd0a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

4
osc.c
View file

@ -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;