summaryrefslogtreecommitdiffstats
path: root/DOCS/man/osc.rst
diff options
context:
space:
mode:
authorRyan Hendrickson <ryan.hendrickson@alum.mit.edu>2022-07-07 15:55:43 -0400
committeravih <avih@users.noreply.github.com>2022-07-19 23:19:45 +0300
commitff25a8c65a1c6cf1e38a5e01a3ec47dbe2e65ab7 (patch)
tree156ef4066975a76ccc5c820cc93c537db5c46cf0 /DOCS/man/osc.rst
parent8ef744d1b7f64b3b7d814ee4d9376d6538befb73 (diff)
downloadmpv-ff25a8c65a1c6cf1e38a5e01a3ec47dbe2e65ab7.tar.bz2
mpv-ff25a8c65a1c6cf1e38a5e01a3ec47dbe2e65ab7.tar.xz
osc.lua: add osc-unicodeminus script option
This option enables the use of the Unicode U+2212 Minus Sign character when displaying the time remaining, instead of "-" (U+002D Hyphen-Minus).
Diffstat (limited to 'DOCS/man/osc.rst')
-rw-r--r--DOCS/man/osc.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index 7097b2a7a9..41f89b2e35 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -400,6 +400,12 @@ Configurable Options
Use ``no`` to disable chapter display on hover. Otherwise it's a lua
``string.format`` template and ``%s`` is replaced with the actual name.
+``unicodeminus``
+ Default: no
+
+ Use a Unicode minus sign instead of an ASCII hyphen when displaying
+ the remaining playback time.
+
Script Commands
~~~~~~~~~~~~~~~