summaryrefslogtreecommitdiffstats
path: root/defaultopts.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2010-11-13 22:10:58 +0100
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-14 00:14:56 +0200
commit7eb48343d47981fc38e0d4c7d9c78ae7ac2662b0 (patch)
tree7946cfa589b2d90187419fc5977f85571c901c46 /defaultopts.c
parent9a9a7feafe213147de93bb34d1e4f70a99777b15 (diff)
downloadmpv-7eb48343d47981fc38e0d4c7d9c78ae7ac2662b0.tar.bz2
mpv-7eb48343d47981fc38e0d4c7d9c78ae7ac2662b0.tar.xz
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.
Diffstat (limited to 'defaultopts.c')
-rw-r--r--defaultopts.c3
1 files changed, 3 insertions, 0 deletions
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,