vt: implement save/restore cursor+attributes

This commit is contained in:
Daniel Eklöf 2019-07-04 19:23:25 +02:00
parent aad4db29c2
commit cb10d10fd8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 11 additions and 0 deletions

View file

@ -102,6 +102,7 @@ struct vt {
int left;
} utf8;
struct attributes attrs;
struct attributes saved_attrs;
bool dim;
};