Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dab2cef

Browse files
author
nadeko
committed
CI autodeploy
1 parent 3a59f5c commit dab2cef

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

‎manual/master/index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,9 @@ <h2>Escaping special characters</h2>
691691
command line option. C-style escapes are currently _not_ interpreted on this
692692
level, although some options do this manually (this is a mess and should
693693
probably be changed at some point). The shell is not involved here, so option
694-
values only need to be quoted to escape <tt class="docutils literal">#</tt> and <tt class="docutils literal">\</tt>, <tt class="docutils literal">&quot;</tt>, <tt class="docutils literal">'</tt> or <tt class="docutils literal">%</tt>
695-
at the beginning of the value, and leading and trailing whitespace.</p>
694+
values only need to be quoted to escape <tt class="docutils literal">#</tt> anywhere in the value, <tt class="docutils literal">&quot;</tt>,
695+
<tt class="docutils literal">'</tt> or <tt class="docutils literal">%</tt> at the beginning of the value, and leading and trailing
696+
whitespace.</p>
696697
</div>
697698
<div class="section" id="putting-command-line-options-into-the-configuration-file">
698699
<h2>Putting Command Line Options into the Configuration File</h2>
@@ -5350,6 +5351,11 @@ <h2>OSD</h2>
53505351
A value of 50 means the bar is half the screen wide.</dd>
53515352
<dt><tt class="docutils literal"><span class="pre">--osd-bar-h=&lt;0.1-50&gt;</span></tt></dt>
53525353
<dd>Height of the OSD bar, in percentage of the screen height (default: 3.125).</dd>
5354+
<dt><tt class="docutils literal"><span class="pre">--osd-bar-border-size=&lt;size&gt;</span></tt></dt>
5355+
<dd><p class="first">Size of the border of the OSD bar in scaled pixels (see <tt class="docutils literal"><span class="pre">--sub-font-size</span></tt>
5356+
for details).</p>
5357+
<p class="last">Default: 1.2.</p>
5358+
</dd>
53535359
<dt><tt class="docutils literal"><span class="pre">--osd-back-color=&lt;color&gt;</span></tt></dt>
53545360
<dd>See <tt class="docutils literal"><span class="pre">--sub-color</span></tt>. Color used for OSD text background.</dd>
53555361
<dt><tt class="docutils literal"><span class="pre">--osd-blur=&lt;0..20.0&gt;</span></tt></dt>
@@ -6743,8 +6749,8 @@ <h2>GPU renderer options</h2>
67436749
resizes events in the wayland contexts with touch events.</dd>
67446750
<dt><tt class="docutils literal"><span class="pre">--spirv-compiler=&lt;compiler&gt;</span></tt></dt>
67456751
<dd><p class="first">Controls which compiler is used to translate GLSL to SPIR-V. This is
6746-
(currently) only relevant for <tt class="docutils literal"><span class="pre">--gpu-api=vulkan</span></tt> and <cite>--gpu-api=d3d11</cite>.
6747-
The possible choices are currently only:</p>
6752+
only relevant for <tt class="docutils literal"><span class="pre">--gpu-api=d3d11</span></tt> with <tt class="docutils literal"><span class="pre">--vo=gpu</span></tt>.
6753+
The possible choices are currently:</p>
67486754
<dl class="docutils">
67496755
<dt>auto</dt>
67506756
<dd>Use the first available compiler. (Default)</dd>
@@ -6754,7 +6760,7 @@ <h2>GPU renderer options</h2>
67546760
</dl>
67556761
<div class="admonition note last">
67566762
<p class="first admonition-title">Note</p>
6757-
<p class="last">This option is deprecated, since there is only one reasonable value.
6763+
<p class="last">This option is deprecated, since there is only one usable value.
67586764
It may be removed in the future.</p>
67596765
</div>
67606766
</dd>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /