main: initialize colors in VT state

This commit is contained in:
Daniel Eklöf 2019-07-05 09:08:58 +02:00
parent 8091f7c781
commit 28d05a5528
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

4
main.c
View file

@ -878,6 +878,10 @@ main(int argc, char *const *argv)
.auto_margin = true,
.vt = {
.state = 1, /* STATE_GROUND */
.attrs = {
.foreground = default_foreground,
.background = default_background,
},
},
.kbd = {
.repeat = {