From fd56c168aedb41a7d98dc4af32644d970eb81331 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 2 Oct 2012 03:12:09 +0200 Subject: 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. --- cfg-mplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-mplayer.h') 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), -- cgit v1.2.3