mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
cbreak() -> raw() - this fixes at least the Ctrl-4 abort.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1499 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
af08857261
commit
31499f142c
@ -135,7 +135,7 @@ static int init_curses(void)
|
||||
act.sa_handler = sig_winch;
|
||||
sigaction(SIGWINCH, &act, NULL);
|
||||
#endif
|
||||
cbreak(); noecho(); idlok(stdscr, 1);
|
||||
raw(); noecho(); idlok(stdscr, 1);
|
||||
#ifdef HAVE_CURSES_IDCOK
|
||||
idcok(stdscr, 1);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user