wip: vt parsing

This commit is contained in:
Daniel Eklöf 2019-06-17 18:57:12 +02:00
parent 733223dd0c
commit 6d5f5b9f7a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 99 additions and 14 deletions

View file

@ -68,6 +68,7 @@ struct vt {
};
struct terminal {
int ptmx;
struct vt vt;
struct grid grid;
};