vt: add all (?) missing states, actions and transitions

This commit is contained in:
Daniel Eklöf 2019-06-23 13:28:55 +02:00
parent 15b29ecb49
commit 949847a35a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 521 additions and 105 deletions

2
main.c
View file

@ -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,