1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-06 04:53:38 -04: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:
Timo Sirainen 2002-04-14 10:06:46 +00:00 committed by cras
parent 3a7e603df5
commit 25115c6e5f

View File

@ -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 useful only with split windows, one split window is active and the rest
are inactive. These settings can be changed with:</p> are inactive. These settings can be changed with:</p>
<ul> <pre>
<li>STATUSBAR &lt;name&gt; TYPE window|root</li> STATUSBAR &lt;name&gt; TYPE window|root
<li>STATUSBAR &lt;name&gt; PLACEMENT top|bottom</li> STATUSBAR &lt;name&gt; PLACEMENT top|bottom
<li>STATUSBAR &lt;name&gt; POSITION &lt;num&gt;</li> STATUSBAR &lt;name&gt; POSITION &lt;num&gt;
<li>STATUSBAR &lt;name&gt; VISIBLE always|active|inactive</li> STATUSBAR &lt;name&gt; VISIBLE always|active|inactive
</ul> </pre>
<p>When loading a new statusbar scripts, you'll need to also specify <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> where you want to show it. Statusbar items can be modified with:</p>
<ul> <pre>
<li>10:52 STATUSBAR &lt;name&gt; ADD [-before | -after &lt;item&gt;] [-priority #] [-alignment left|right] &lt;item&gt;</li> STATUSBAR &lt;name&gt; ADD [-before | -after &lt;item&gt;] [-priority #] [-alignment left|right] &lt;item&gt;
<li>10:52 STATUSBAR &lt;name&gt; REMOVE &lt;item&gt;</li> STATUSBAR &lt;name&gt; REMOVE &lt;item&gt;
</ul> </pre>
<p>The item name with statusbar scripts is usually same as the script's <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 name. Script's documentation should tell if this isn't the case. So, to