mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
vt: implement save/restore cursor+attributes
This commit is contained in:
parent
aad4db29c2
commit
cb10d10fd8
2 changed files with 11 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ struct vt {
|
|||
int left;
|
||||
} utf8;
|
||||
struct attributes attrs;
|
||||
struct attributes saved_attrs;
|
||||
bool dim;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue