diff options
Diffstat (limited to 'tui.c')
-rw-r--r-- | tui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ tuiemu(unsigned short *m, unsigned short *r) initscr(); noecho(); -// nodelay(stdscr, TRUE); + nodelay(stdscr, TRUE); start_color(); init_colors(); |