mpv/input
wm4 b655ed5ed0 player: use 4 as process exit code on user quits
So successful playback and user quit can be distinguished, for whatever
reason you may want to do this.

Normally, the "quit" command can be customized, but this does not work
for quit commands sent by the terminal signal handler. One solution
would be introducing something like "ON_SIGNAL" (equivalent to
"CLOSE_WIN"), but considering there are a bunch of possible signals, I'd
rather not get into this. So go with the dumb solution.

Probably fixes #2029.
2015-06-10 23:18:42 +02:00
..
cmd_list.c player: use 4 as process exit code on user quits 2015-06-10 23:18:42 +02:00
cmd_list.h command: remove deprecated get_property command 2015-05-27 18:08:02 +02:00
cmd_parse.c input: allow - as separator between commands, instead of _ 2015-05-25 21:59:44 +02:00
cmd_parse.h Update license headers 2015-04-13 12:10:01 +02:00
event.c input: use mpv_node parser for char** command parsers 2014-10-10 22:58:28 +02:00
event.h Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
input.c input: remove some unneeded things 2015-05-26 22:00:25 +02:00
input.h input: remove some unneeded things 2015-05-26 22:00:25 +02:00
ipc.c ipc: avoid SIGPIPE 2015-05-12 22:54:11 +02:00
keycodes.c Update license headers 2015-04-13 12:10:01 +02:00
keycodes.h Update license headers 2015-04-13 12:10:01 +02:00
pipe-win32.c pipe-win32: possible fix for Windows XP deadlock 2014-12-11 23:38:15 +11:00