Skip to content

Commit 6ad0138

Browse files
author
nadeko
committed
CI autodeploy
1 parent 0e662ad commit 6ad0138

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

manual/master/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15513,14 +15513,20 @@ <h3>Configurable Options</h3>
1551315513
aligned correctly.</p>
1551415514
</dd>
1551515515
<dt><tt class="docutils literal">font_size</tt></dt>
15516-
<dd><p class="first">Default: 16</p>
15516+
<dd><p class="first">Default: 24</p>
1551715517
<p class="last">Set the font size used for the REPL and the console. This will be
15518-
multiplied by <tt class="docutils literal"><span class="pre">display-hidpi-scale</span></tt>.</p>
15518+
multiplied by <tt class="docutils literal"><span class="pre">display-hidpi-scale</span></tt> when the console is not scaled with
15519+
the window.</p>
1551915520
</dd>
1552015521
<dt><tt class="docutils literal">border_size</tt></dt>
15521-
<dd><p class="first">Default: 1</p>
15522+
<dd><p class="first">Default: 1.5</p>
1552215523
<p class="last">Set the font border size used for the REPL and the console.</p>
1552315524
</dd>
15525+
<dt><tt class="docutils literal">scale_with_window</tt></dt>
15526+
<dd><p class="first">Default: <tt class="docutils literal">auto</tt></p>
15527+
<p class="last">Whether to scale the console with the window height. Can be <tt class="docutils literal">yes</tt>, <tt class="docutils literal">no</tt>,
15528+
or <tt class="docutils literal">auto</tt>, which follows the value of <tt class="docutils literal"><span class="pre">--osd-scale-by-window</span></tt>.</p>
15529+
</dd>
1552415530
<dt><tt class="docutils literal">case_sensitive</tt></dt>
1552515531
<dd><p class="first">Default: no on Windows, yes on other platforms.</p>
1552615532
<p class="last">Whether Tab completion is case sensitive. Only works with ASCII characters.</p>

0 commit comments

Comments
 (0)