Skip to content

Commit 36749f0

Browse files
author
nadeko
committed
CI autodeploy
1 parent 0efcb82 commit 36749f0

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

manual/master/index.html

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4894,9 +4894,9 @@ <h2>Window</h2>
48944894
frame presentation. This only has an effect if <tt class="docutils literal"><span class="pre">--video-sync=display-...</span></tt>
48954895
is being used.</p>
48964896
<p>The auto option enumerates XRandr providers for autodetection. If amd, radeon,
4897-
intel, or nouveau (the standard x86 Mesa drivers) is found and nvidia is NOT
4898-
found, presentation feedback is enabled. Other drivers are not assumed to
4899-
work, so they are not enabled automatically.</p>
4897+
intel, or nouveau (the standard x86 Mesa drivers) is found presentation
4898+
feedback is enabled. Other drivers are not assumed to work, so they are not
4899+
enabled automatically.</p>
49004900
<p class="last"><tt class="docutils literal">yes</tt> or <tt class="docutils literal">no</tt> can still be passed regardless to enable/disable this
49014901
mechanism in case there is good/bad behavior with whatever your combination
49024902
of hardware/drivers/etc. happens to be.</p>
@@ -14274,9 +14274,7 @@ <h2>Property list</h2>
1427414274
example, the input.conf entry <tt class="docutils literal">f cycle bla # toggle bla</tt> would
1427514275
result in an entry with <tt class="docutils literal">comment = &quot;toggle bla&quot;, cmd = &quot;cycle bla&quot;</tt>.)</dd>
1427614276
</dl>
14277-
<p class="last">This property is read-only, and change notification is not supported.
14278-
Currently, there is no mechanism to change key bindings at runtime, other
14279-
than scripts adding or removing their own bindings.</p>
14277+
<p class="last">This property is read-only, and change notification is not supported.</p>
1428014278
</dd>
1428114279
</dl>
1428214280
</div>
@@ -15149,15 +15147,9 @@ <h3>Configurable Options</h3>
1514915147
<dd><p class="first">Default: 16</p>
1515015148
<p class="last">Only show the first specified amount of file tags.</p>
1515115149
</dd>
15152-
<dt><tt class="docutils literal">term_width_limit</tt></dt>
15153-
<dd><p class="first">Default: -1</p>
15154-
<p class="last">Sets the terminal width.
15155-
A value of 0 means the width is infinite, -1 means it's automatic.</p>
15156-
</dd>
15157-
<dt><tt class="docutils literal">term_height_limit</tt></dt>
15158-
<dd><p class="first">Default: -1</p>
15159-
<p class="last">Sets the terminal height.
15160-
A value of 0 means the height is infinite, -1 means it's automatic.</p>
15150+
<dt><tt class="docutils literal">term_clip</tt></dt>
15151+
<dd><p class="first">Default: yes</p>
15152+
<p class="last">Whether to clip lines to the terminal width.</p>
1516115153
</dd>
1516215154
<dt><tt class="docutils literal">plot_perfdata</tt></dt>
1516315155
<dd><p class="first">Default: yes</p>
@@ -15269,11 +15261,11 @@ <h3>Active key bindings page</h3>
1526915261
<p>The keys are grouped automatically using a simple analysis of the command
1527015262
string, and one should not expect documentation-level grouping accuracy,
1527115263
however, it should still be reasonably useful.</p>
15272-
<p>Using <tt class="docutils literal"><span class="pre">--idle</span> <span class="pre">--script-opts=stats-bindlist=yes</span></tt> will print the list to the
15273-
terminal and quit immediately. By default long lines are shortened to 79 chars,
15274-
and terminal escape sequences are enabled. A different length limit can be
15275-
set by changing <tt class="docutils literal">yes</tt> to a number (at least 40), and escape sequences can be
15276-
disabled by adding <tt class="docutils literal">-</tt> before the value, e.g. <tt class="docutils literal"><span class="pre">...=-yes</span></tt> or <tt class="docutils literal"><span class="pre">...=-120</span></tt>.</p>
15264+
<p>Using <tt class="docutils literal"><span class="pre">--idle</span> <span class="pre">--script-opts-append=stats-bindlist=yes</span></tt> will print the list to
15265+
the terminal and quit immediately. Long lines are clipped to the terminal width
15266+
unless this is disabled with <tt class="docutils literal"><span class="pre">--script-opts-append=stats-term_clip=no</span></tt>. Escape
15267+
sequences can be disabled by adding <tt class="docutils literal">-</tt> before <tt class="docutils literal">yes</tt>, i.e.
15268+
<tt class="docutils literal"><span class="pre">--script-opts-append=stats-bindlist=-yes</span></tt>.</p>
1527715269
<p>Like with <tt class="docutils literal"><span class="pre">--input-test</span></tt>, the list includes bindings from <tt class="docutils literal">input.conf</tt> and
1527815270
from user scripts. Use <tt class="docutils literal"><span class="pre">--no-config</span></tt> to list only built-in bindings.</p>
1527915271
</div>

0 commit comments

Comments
 (0)