mpv/input
wm4 89f20cd2f3 input: check for abort cmd in multi-commands
MP_CMD_COMMAND_LIST commands (used to implement key bindings with
multiple commands) were not checked for abort commands. Implement it.

Remove the remarks about multi-commands being special from the manpage.
Seek coalescing is handled differently now, and the issue with abort
commands is fixed with this commit.
2014-03-11 00:14:30 +01:00
..
cmd_list.c input: check for abort cmd in multi-commands 2014-03-11 00:14:30 +01:00
cmd_list.h input: check for abort cmd in multi-commands 2014-03-11 00:14:30 +01:00
cmd_parse.c input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
cmd_parse.h input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
input.c input: check for abort cmd in multi-commands 2014-03-11 00:14:30 +01:00
input.h input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
joystick.c input: rework how input sources are added 2013-12-21 20:50:13 +01:00
joystick.h input: rework how input sources are added 2013-12-21 20:50:13 +01:00
keycodes.c input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
keycodes.h input: split off some code from input.c to separate files 2013-12-26 17:13:25 +01:00
lirc.c input: rework how input sources are added 2013-12-21 20:50:13 +01:00
lirc.h input: rework how input sources are added 2013-12-21 20:50:13 +01:00