about summary refs log tree commit diff stats
path: root/src/lua.c
diff options
context:
space:
mode:
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;