mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
statusbar section uses now <pre>, not <ul>
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2674 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3a7e603df5
commit
25115c6e5f
@ -953,20 +953,20 @@ it is. Visible can be always, active or inactive. Active/inactive is
|
||||
useful only with split windows, one split window is active and the rest
|
||||
are inactive. These settings can be changed with:</p>
|
||||
|
||||
<ul>
|
||||
<li>STATUSBAR <name> TYPE window|root</li>
|
||||
<li>STATUSBAR <name> PLACEMENT top|bottom</li>
|
||||
<li>STATUSBAR <name> POSITION <num></li>
|
||||
<li>STATUSBAR <name> VISIBLE always|active|inactive</li>
|
||||
</ul>
|
||||
<pre>
|
||||
STATUSBAR <name> TYPE window|root
|
||||
STATUSBAR <name> PLACEMENT top|bottom
|
||||
STATUSBAR <name> POSITION <num>
|
||||
STATUSBAR <name> VISIBLE always|active|inactive
|
||||
</pre>
|
||||
|
||||
<p>When loading a new statusbar scripts, you'll need to also specify
|
||||
where you want to show it. Statusbar items can be modified with:</p>
|
||||
|
||||
<ul>
|
||||
<li>10:52 STATUSBAR <name> ADD [-before | -after <item>] [-priority #] [-alignment left|right] <item></li>
|
||||
<li>10:52 STATUSBAR <name> REMOVE <item></li>
|
||||
</ul>
|
||||
<pre>
|
||||
STATUSBAR <name> ADD [-before | -after <item>] [-priority #] [-alignment left|right] <item>
|
||||
STATUSBAR <name> REMOVE <item>
|
||||
</pre>
|
||||
|
||||
<p>The item name with statusbar scripts is usually same as the script's
|
||||
name. Script's documentation should tell if this isn't the case. So, to
|
||||
|
Loading…
Reference in New Issue
Block a user