forked from PsychoticNinja/irssi
Use nodelay() instead of halfdelay()
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@831 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d3250be956
commit
527aada63a
@ -131,7 +131,7 @@ static int init_curses(void)
|
|||||||
#ifdef HAVE_CURSES_IDCOK
|
#ifdef HAVE_CURSES_IDCOK
|
||||||
idcok(stdscr, 1);
|
idcok(stdscr, 1);
|
||||||
#endif
|
#endif
|
||||||
intrflush(stdscr, FALSE); halfdelay(1); keypad(stdscr, 1);
|
intrflush(stdscr, FALSE); nodelay(stdscr, TRUE); keypad(stdscr, 1);
|
||||||
|
|
||||||
if (has_colors())
|
if (has_colors())
|
||||||
start_color();
|
start_color();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user