mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
keyboard handling rewrite
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1462 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5377dc90aa
commit
711c17b746
4 changed files with 581 additions and 240 deletions
|
|
@ -139,7 +139,7 @@ static int init_curses(void)
|
|||
#ifdef HAVE_CURSES_IDCOK
|
||||
idcok(stdscr, 1);
|
||||
#endif
|
||||
intrflush(stdscr, FALSE); nodelay(stdscr, TRUE); keypad(stdscr, 1);
|
||||
intrflush(stdscr, FALSE); nodelay(stdscr, TRUE);
|
||||
|
||||
if (has_colors())
|
||||
start_color();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue