From 150c988e8811261ea48a31d26fc0d22f98dcad3b Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Sun, 2 Apr 2017 21:17:26 +0300 Subject: 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. --- DOCS/man/osc.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'DOCS') 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 ~~~~~~~~~~~~~~~ -- cgit v1.2.3