diff --git a/osc.c b/osc.c index 7144e111..1167aedc 100644 --- a/osc.c +++ b/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;