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 068af24..f41b1fa 100644
--- a/src/lua.c
+++ b/src/lua.c
@@ -405,6 +405,7 @@ int main (int argc, char **argv) {
   }
   setlocale(LC_ALL, "");
   initscr();
+  keypad(stdscr, 1);
   start_color();
   use_default_colors();
   draw_menu(L);