1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-11 18:15:46 +01:00

Auto-hide the command-line by default; allow showing messages/mode/command-line in the status bar.

This commit is contained in:
Kris Maglione
2010-09-27 07:39:49 -04:00
parent c8faebba0a
commit bed08a3455
14 changed files with 377 additions and 191 deletions

View File

@@ -631,14 +631,16 @@
<p>Supported characters:</p>
<dl>
<dt>m</dt> <dd>Menubar</dd>
<dt>T</dt> <dd>Toolbar</dd>
<dt>B</dt> <dd>Bookmark bar</dd>
<dt>n</dt> <dd>Tab number</dd>
<dt>C</dt> <dd>Always show the command-line outside of the status line</dd>
<dt>M</dt> <dd>Always show messages outside of the status line</dd>
<dt>N</dt> <dd>Tab number over image</dd>
<dt>T</dt> <dd>Toolbar</dd>
<dt>b</dt> <dd>Bottom scrollbar</dd>
<dt>r</dt> <dd>Right scrollbar</dd>
<dt>l</dt> <dd>Left scrollbar (<em>l</em> and <em>r</em> are mutually exclusive)</dd>
<dt>m</dt> <dd>Menubar</dd>
<dt>n</dt> <dd>Tab number</dd>
<dt>r</dt> <dd>Right scrollbar</dd>
</dl>
<p>See also <o>showtabline</o>.</p>