summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 18:59:41 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:15 +0100
commit2b851c6ed3de92c22837d44f16e7033e926b72e9 (patch)
treefc09ee6dfe28dd5135bfa2a4152b1877ab7fc512 /DOCS
parent269f7df18bcb01229429690dfdbbcdf98369814a (diff)
downloadmpv-2b851c6ed3de92c22837d44f16e7033e926b72e9.tar.bz2
mpv-2b851c6ed3de92c22837d44f16e7033e926b72e9.tar.xz
options: rename --cursor-autohide, replace magic number values
--cursor-autohide-delay=-2 becomes --cursor-autohide=always --cursor-autohide-delay=-1 becomes --cursor-autohide=no --cursor-autohide-delay=123 becomes --cursor-autohide=123
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/changes.rst1
-rw-r--r--DOCS/man/en/options.rst4
2 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index 53d9179e6d..5de62fe601 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -107,6 +107,7 @@ Command line switches
-xineramascreen --screen (different values)
-ss --start
-endpos --length
+ --cursor-autohide-delay --cursor-autohide
=================================== ===================================
input.conf and slave commands
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 97171a8c42..8dd852e6a8 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -448,9 +448,9 @@
off by some frames. This option does not work correctly with some demuxers
and codecs.
---cursor-autohide-delay=<number>
+--cursor-autohide=<number|no|always>
Make mouse cursor automatically hide after given number of milliseconds.
- A value of -1 will disable cursor autohide. A value of -2 means the cursor
+ ``no`` will disable cursor autohide. ``always`` means the cursor
will stay hidden. Supported by video output drivers which use X11 or
OS X Cocoa.