mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
osc: implement change window title and icon
This commit is contained in:
parent
998ce52b7e
commit
3ba1721c0f
5 changed files with 65 additions and 10 deletions
2
csi.c
2
csi.c
|
|
@ -274,7 +274,7 @@ csi_as_string(struct terminal *term, uint8_t final)
|
|||
i == term->vt.params.idx - 1 ? "" : ";");
|
||||
}
|
||||
|
||||
c += snprintf(&msg[c], sizeof(msg) - c, "%c (%d parameters)",
|
||||
c += snprintf(&msg[c], sizeof(msg) - c, "%c (%zu parameters)",
|
||||
final, term->vt.params.idx);
|
||||
return msg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue