From 45641378a2df4d5fe227ad7ba575b01f787ad8e8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 15 Jan 2014 16:14:37 +0100 Subject: 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. --- options/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.h') 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; -- cgit v1.2.3