summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-15 16:14:37 +0100
committerwm4 <wm4@nowhere>2014-01-15 16:14:37 +0100
commit45641378a2df4d5fe227ad7ba575b01f787ad8e8 (patch)
tree5d795556042b8f71365ffcda41c3603cd0425c68 /options/options.h
parentca8937d7d269c0ef8881d2ac7a227fdb990a5753 (diff)
downloadmpv-45641378a2df4d5fe227ad7ba575b01f787ad8e8.tar.bz2
mpv-45641378a2df4d5fe227ad7ba575b01f787ad8e8.tar.xz
player: add --term-osd-bar, which shows a status bar on the terminal
Feature request from github issue #451. Disabled by default, will probably stay this way.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 5608392a99..0a50352d0d 100644
--- a/options/options.h
+++ b/options/options.h
@@ -124,6 +124,8 @@ typedef struct MPOpts {
int softsleep;
int frame_dropping;
int term_osd;
+ int term_osd_bar;
+ char *term_osd_bar_chars;
char *playing_msg;
char *status_msg;
char *osd_status_msg;