1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 11:02:27 +01:00

Replace 'laststatus' with a 'guioptions' flag.

This commit is contained in:
Kris Maglione
2010-11-14 22:47:02 -05:00
parent 2518a3423f
commit 1abe9fc2bb
8 changed files with 10 additions and 56 deletions

View File

@@ -675,7 +675,7 @@
<tags>'go' 'guioptions'</tags>
<spec>'guioptions' 'go'</spec>
<type>charlist</type>
<default>rbC</default> <!-- TODO: make this config specific -->
<default>bCrs</default> <!-- TODO: make this config specific -->
<description>
<p>Show or hide certain GUI elements.</p>
@@ -693,6 +693,7 @@
<dt>m</dt> <dd>Menu bar</dd>
<dt>n</dt> <dd>Tab number</dd>
<dt>r</dt> <dd>Right scrollbar</dd>
<dt>s</dt> <dd>Status bar</dd>
</dl>
<p>See also <o>showtabline</o>.</p>
@@ -911,26 +912,6 @@
</description>
</item>
<item>
<tags>'ls' 'laststatus'</tags>
<spec>'laststatus' 'ls'</spec>
<type>number</type>
<default>2</default>
<description>
<p>Determines when the status line is shown.</p>
<p>Possible values:</p>
<dl dt="width: 6em;">
<dt>0</dt> <dd>Never</dd>
<dt>1</dt> <dd>Only if there are multiple windows</dd>
<dt>2</dt> <dd>Always</dd>
</dl>
<note>laststatus=1 is not implemented.</note>
</description>
</item>
<item>
<tags>'nolks' 'nolinksearch'</tags>
<tags>'lks' 'linksearch'</tags>