term: prepare for configurable colors; add color variables to terminal

This commit is contained in:
Daniel Eklöf 2019-07-21 10:58:09 +02:00
parent b18478f9b6
commit 29d855d7c6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 19 additions and 10 deletions

4
main.c
View file

@ -346,8 +346,8 @@ main(int argc, char *const *argv)
.cmd = REPEAT_STOP,
},
},
.foreground = default_foreground,
.background = default_background,
.colors.fg = default_foreground,
.colors.bg = default_background,
.selection = {
.start = {-1, -1},
.end = {-1, -1},