mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-01 01:40:13 -05:00
vt: add all (?) missing states, actions and transitions
This commit is contained in:
parent
15b29ecb49
commit
949847a35a
2 changed files with 521 additions and 105 deletions
2
main.c
2
main.c
|
|
@ -667,7 +667,7 @@ main(int argc, const char *const *argv)
|
|||
.term = {
|
||||
.ptmx = posix_openpt(O_RDWR | O_NOCTTY),
|
||||
.vt = {
|
||||
.state = 1,
|
||||
.state = 1, /* STATE_GROUND */
|
||||
},
|
||||
.grid = {.foreground = default_foreground,
|
||||
.background = default_background,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue