summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-02 03:12:09 +0200
committerwm4 <wm4@nowhere>2012-10-12 10:13:42 +0200
commitfd56c168aedb41a7d98dc4af32644d970eb81331 (patch)
tree48a58385f8547f4d7c29d1f798efe1fd7d93104c /cfg-mplayer.h
parent65074ec1f074d22101b4c8bd95eb4a0354401246 (diff)
downloadmpv-fd56c168aedb41a7d98dc4af32644d970eb81331.tar.bz2
mpv-fd56c168aedb41a7d98dc4af32644d970eb81331.tar.xz
options: add --status-msg
Replaces the status line with a custom string. This is probably useful for hacking old slave mode applications into working again. Even if not, this might be generally useful.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index db99b1da28..daf3c5d42e 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -727,6 +727,7 @@ const m_option_t mplayer_opts[]={
OPT_STRING("term-osd-esc", term_osd_esc, 0, OPTDEF_STR("\x1b[A\r\x1b[K")),
OPT_STRING("playing-msg", playing_msg, 0),
+ OPT_STRING("status-msg", status_msg, 0),
{"slave-broken", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},
OPT_MAKE_FLAGS("idle", player_idle_mode, CONF_GLOBAL),