mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Disabled using idcok() which caused redrawing problems with netbsd.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1782 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
be6cf00ebb
commit
9dd057825b
@ -158,7 +158,7 @@ static int init_curses(void)
|
|||||||
#endif
|
#endif
|
||||||
raw(); noecho(); idlok(stdscr, 1);
|
raw(); noecho(); idlok(stdscr, 1);
|
||||||
#ifdef HAVE_CURSES_IDCOK
|
#ifdef HAVE_CURSES_IDCOK
|
||||||
idcok(stdscr, 1);
|
/*idcok(stdscr, 1); - disabled currently, causes redrawing problems with NetBSD */
|
||||||
#endif
|
#endif
|
||||||
intrflush(stdscr, FALSE); nodelay(stdscr, TRUE);
|
intrflush(stdscr, FALSE); nodelay(stdscr, TRUE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user