summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/options.c b/options/options.c
index a57b5fffb4..e245434052 100644
--- a/options/options.c
+++ b/options/options.c
@@ -521,6 +521,9 @@ const m_option_t mp_opts[] = {
OPT_STRING("osd-playing-msg", osd_playing_msg, 0),
OPT_STRING("term-status-msg", status_msg, 0),
OPT_STRING("osd-status-msg", osd_status_msg, 0),
+ OPT_STRING("osd-msg1", osd_msg[0], 0),
+ OPT_STRING("osd-msg2", osd_msg[1], 0),
+ OPT_STRING("osd-msg3", osd_msg[2], 0),
OPT_FLAG("idle", player_idle_mode, M_OPT_GLOBAL),
OPT_FLAG("input-terminal", consolecontrols, CONF_GLOBAL),