Code

screen_interface: add method mouse(), replacing CMD_MOUSE_EVENT
[ncmpc.git] / src / keyboard.c
2017-08-02 Max Kellermannscreen_interface: add method mouse(), replacing CMD_MOU...
2017-03-20 Max Kellermannkeyboard: no begin/end_input_event() on unknown key...
2017-03-20 Max Kellermannkeyboard: move code to ignore_key()
2017-03-20 Max Kellermannkeyboard: call wgetch() on main window
2017-03-20 Max Kellermannkeyboard: implement keyboard_unread() without ungetch()
2017-03-20 Max Kellermannkeyboard: move code to translate_key()
2017-03-20 Max Kellermannkeyboard: add keyboard_unread()
2017-03-20 Max Kellermanncommand: move get_keyboard_command() to keyboard.c
2017-03-19 Max Kellermannmain: do_input_event() returns bool
2017-03-19 Max Kellermannmain: move keyboard_event() to keyboard.c