mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ static int init_curses(void)
|
|||
#endif
|
||||
raw(); noecho(); idlok(stdscr, 1);
|
||||
#ifdef HAVE_CURSES_IDCOK
|
||||
idcok(stdscr, 1);
|
||||
/*idcok(stdscr, 1); - disabled currently, causes redrawing problems with NetBSD */
|
||||
#endif
|
||||
intrflush(stdscr, FALSE); nodelay(stdscr, TRUE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue