mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue