summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2017-04-02 21:17:26 +0300
committerRicardo Constantino <wiiaboo@gmail.com>2017-04-19 20:35:58 +0100
commit150c988e8811261ea48a31d26fc0d22f98dcad3b (patch)
tree2ca3241d361d5195ed7a1e01504ea9b56590aa2f /DOCS
parent6ccc40aa033ccbc60b66c3400e218fd8988be814 (diff)
downloadmpv-150c988e8811261ea48a31d26fc0d22f98dcad3b.tar.bz2
mpv-150c988e8811261ea48a31d26fc0d22f98dcad3b.tar.xz
osc: add user_opts.boxmaxchars for box layout title limit
The default of 80 is conservative to allow relatively wide fonts, but with many common fonts a bigger number can be used without overflow.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/osc.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index c0ecd48540..eb15056094 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -277,6 +277,14 @@ Configurable Options
Also supports ``never`` and ``always``
+``boxmaxchars``
+ Default: 80
+
+ Max chars for the osc title at the box layout. mpv does not measure the
+ text width on screen and so it needs to limit it by number of chars. The
+ default is conservative to allow wide fonts to be used without overflow.
+ However, with many common fonts a bigger number can be used. YMMV.
+
Script Commands
~~~~~~~~~~~~~~~