summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-06 16:49:50 +0100
committerwm4 <wm4@nowhere>2014-02-10 00:14:52 +0100
commit8437356b6c615ac93f49fe122a591a229722dbe8 (patch)
treeed36dbe45b84eccbf2eac3d26431dca462e00709 /options/options.h
parent20fbe2fb8c1b3b4f5b08dd529ac1897f24c88a95 (diff)
downloadmpv-8437356b6c615ac93f49fe122a591a229722dbe8.tar.bz2
mpv-8437356b6c615ac93f49fe122a591a229722dbe8.tar.xz
options: add --no-terminal switch
Mostly useful for internal reasons. This code will be enabled by default if mpv is started via the client API.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index e328ccd25c..0b8ea0bded 100644
--- a/options/options.h
+++ b/options/options.h
@@ -44,6 +44,7 @@ typedef struct mp_vo_opts {
} mp_vo_opts;
typedef struct MPOpts {
+ int use_terminal;
char *msglevels;
int verbose;
int msg_identify;