summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.h
Commit message (Collapse)AuthorAgeFilesLines
* input: check for abort cmd in multi-commandswm42014-03-111-1/+2
| | | | | | | | | 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.
* input: split off some code from input.c to separate fileswm42013-12-261-0/+118
This is mostly just moving code around.