src/main.c

changeset 29
c6a1ad6cf749
parent 26
e0a76ee1bb2b
child 30
a285ee393860
     1.1 --- a/src/main.c	Fri Apr 04 17:36:42 2014 +0200
     1.2 +++ b/src/main.c	Mon Apr 07 14:08:57 2014 +0200
     1.3 @@ -164,6 +164,7 @@
     1.4      }    
     1.5      initscr();
     1.6      cbreak();
     1.7 +    keypad(stdscr, TRUE);
     1.8      if (has_colors()) {
     1.9          start_color();
    1.10          init_colorpairs();

mercurial