about summary refs log tree commit diff stats
path: root/src/lua.c
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-07 08:04:33 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-07 08:04:33 -0800
commit22f1624728ed889ce992801c64fe68fdd99b0593 (patch)
tree8cab63becd95539ba4ee6c983d6b9da0a58aeded /src/lua.c
parent40fdaf2a2a071e1716adaba13cab2eee9854f67d (diff)
downloadteliva-22f1624728ed889ce992801c64fe68fdd99b0593.tar.gz
better support light backgrounds
Thanks nicolas decoster for reporting this issue.
Diffstat (limited to 'src/lua.c')
-rw-r--r--src/lua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua.c b/src/lua.c
index 8d57a94..068af24 100644
--- a/src/lua.c
+++ b/src/lua.c
@@ -406,6 +406,7 @@ int main (int argc, char **argv) {
   setlocale(LC_ALL, "");
   initscr();
   start_color();
+  use_default_colors();
   draw_menu(L);
   echo();
   s.argc = argc;