mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-23 06:46:56 -04:00
csi: implement CSI 22t and CSI 23t
22;0|1|2t pushes the current window title/icon to the stack, while 23 pops it. The second parameter, 0|1|2 has the following meaning: 0 - push/pop icon+title 1 - push/pop icon 2 - push/pop title
This commit is contained in:
parent
97350f6488
commit
64135ae365
4 changed files with 38 additions and 6 deletions
|
|
@ -246,6 +246,7 @@ struct terminal {
|
|||
int selected_charset;
|
||||
enum charset charset[4]; /* G0-G3 */
|
||||
char *window_title;
|
||||
tll(char *) window_title_stack;
|
||||
|
||||
struct vt vt;
|
||||
struct kbd kbd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue