mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
wip: vt parsing
This commit is contained in:
parent
733223dd0c
commit
6d5f5b9f7a
4 changed files with 99 additions and 14 deletions
|
|
@ -68,6 +68,7 @@ struct vt {
|
|||
};
|
||||
|
||||
struct terminal {
|
||||
int ptmx;
|
||||
struct vt vt;
|
||||
struct grid grid;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue