summaryrefslogtreecommitdiffstats
path: root/options.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 /options.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 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 1297b67b04..5c8f8c0aab 100644
--- a/options.h
+++ b/options.h
@@ -64,6 +64,7 @@ typedef struct MPOpts {
int term_osd;
char *term_osd_esc;
char *playing_msg;
+ char *status_msg;
int player_idle_mode;
int consolecontrols;
int doubleclick_time;