From 7eb48343d47981fc38e0d4c7d9c78ae7ac2662b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 13 Nov 2010 22:10:58 +0100 Subject: options: more mplayer.c options moved to option struct Following options were moved: autoq, benchmark, [no]term-osd, term-osd-esc, playing-msg, [no]idle, [no]consolecontrols, list-properties. --- defaultopts.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'defaultopts.c') diff --git a/defaultopts.c b/defaultopts.c index 5b4e8f762f..e8f842cd47 100644 --- a/defaultopts.c +++ b/defaultopts.c @@ -29,7 +29,10 @@ void set_default_mplayer_options(struct MPOpts *opts) .edition_id = -1, .user_correct_pts = -1, .initial_audio_sync = 1, + .term_osd = 1, + .term_osd_esc = "\x1b[A\r\x1b[K", .key_fifo_size = 7, + .consolecontrols = 1, .doubleclick_time = 300, .audio_id = -1, .video_id = -1, -- cgit v1.2.3