mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-26 06:46:45 -04:00
introduce rate-limiting timer for setting the app ID
This commit is contained in:
parent
d21190289b
commit
0568c7d0ad
3 changed files with 33 additions and 1 deletions
2
osc.c
2
osc.c
|
|
@ -911,7 +911,7 @@ osc_dispatch(struct terminal *term)
|
|||
break;
|
||||
|
||||
case 176:
|
||||
xdg_toplevel_set_app_id(term->window->xdg_toplevel, *string ? string : term->conf->app_id);
|
||||
term_set_app_id(term, string);
|
||||
break;
|
||||
|
||||
case 555:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue