summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrisK2 <spam@kalania.de>2013-10-15 23:46:12 +0200
committerChrisK2 <spam@kalania.de>2013-10-15 23:46:12 +0200
commitf572d22863849ad08746ce9a221403aa58b5e086 (patch)
tree8919dd890afc39472624dc508508a8af33af8e6e
parent0554379f84aaa0e8057b189b3443496ca5a86c03 (diff)
downloadmpv-f572d22863849ad08746ce9a221403aa58b5e086.tar.bz2
mpv-f572d22863849ad08746ce9a221403aa58b5e086.tar.xz
docs: osc: add short info about lua and how to disable it
-rw-r--r--DOCS/man/en/osc.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/en/osc.rst b/DOCS/man/en/osc.rst
index 12d307cf77..9a3dc92177 100644
--- a/DOCS/man/en/osc.rst
+++ b/DOCS/man/en/osc.rst
@@ -5,6 +5,9 @@ The On Screen Controller (short: OSC) is a minimal GUI integrated with mpv to
offer basic mouse-controllability. It is intended to make interaction easier
for new users and to enable precise and direct seeking.
+The OSC is enabled by default if mpv was compiled with lua support. It can be
+disabled using ``--osc=no``.
+
Using the OSC
-------------