mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -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,
|
.auto_margin = true,
|
||||||
.vt = {
|
.vt = {
|
||||||
.state = 1, /* STATE_GROUND */
|
.state = 1, /* STATE_GROUND */
|
||||||
|
.attrs = {
|
||||||
|
.foreground = default_foreground,
|
||||||
|
.background = default_background,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
.kbd = {
|
.kbd = {
|
||||||
.repeat = {
|
.repeat = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue