mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
main: initialize colors in VT state
This commit is contained in:
parent
8091f7c781
commit
28d05a5528
1 changed files with 4 additions and 0 deletions
4
main.c
4
main.c
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue