keyboard handling rewrite

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1462 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-05-06 19:28:15 +00:00 committed by cras
commit 711c17b746
4 changed files with 581 additions and 240 deletions

View file

@ -139,7 +139,7 @@ static int init_curses(void)
#ifdef HAVE_CURSES_IDCOK
idcok(stdscr, 1);
#endif
intrflush(stdscr, FALSE); nodelay(stdscr, TRUE); keypad(stdscr, 1);
intrflush(stdscr, FALSE); nodelay(stdscr, TRUE);
if (has_colors())
start_color();