commit 8b9dfba60e67259856ba9ea673d81487a3dfb1fc parent d5ed2c61244b5ee0a65da6d265953268d8b6f4dc Author: sin <sin@2f30.org> Date: Thu, 9 Jun 2016 00:02:30 +0100 Remove keypad() from curses init We are not using arrow keys in ncmixer. Diffstat:
M | ncmixer.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/ncmixer.c b/ncmixer.c @@ -487,7 +487,6 @@ curses_init(void) noecho(); nonl(); intrflush(stdscr, FALSE); - keypad(stdscr, TRUE); curs_set(FALSE); }