summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-04-14 10:06:46 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-04-14 10:06:46 +0000
commit25115c6e5f787cd5bd804cbc75abeec286eaab74 (patch)
tree120265df9d1a6188d8702786b09b2c0c124e251c
parent3a7e603df5c7cf2ca5dbb0fee44b24f0c7570e97 (diff)
downloadirssi-25115c6e5f787cd5bd804cbc75abeec286eaab74.zip
statusbar section uses now <pre>, not <ul>
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2674 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--docs/startup-HOWTO.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html
index d3b7945a..c1cc35eb 100644
--- a/docs/startup-HOWTO.html
+++ b/docs/startup-HOWTO.html
@@ -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 &lt;name&gt; TYPE window|root</li>
-<li>STATUSBAR &lt;name&gt; PLACEMENT top|bottom</li>
-<li>STATUSBAR &lt;name&gt; POSITION &lt;num&gt;</li>
-<li>STATUSBAR &lt;name&gt; VISIBLE always|active|inactive</li>
-</ul>
+<pre>
+ STATUSBAR &lt;name&gt; TYPE window|root
+ STATUSBAR &lt;name&gt; PLACEMENT top|bottom
+ STATUSBAR &lt;name&gt; POSITION &lt;num&gt;
+ STATUSBAR &lt;name&gt; 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 &lt;name&gt; ADD [-before | -after &lt;item&gt;] [-priority #] [-alignment left|right] &lt;item&gt;</li>
-<li>10:52 STATUSBAR &lt;name&gt; REMOVE &lt;item&gt;</li>
-</ul>
+<pre>
+ STATUSBAR &lt;name&gt; ADD [-before | -after &lt;item&gt;] [-priority #] [-alignment left|right] &lt;item&gt;
+ STATUSBAR &lt;name&gt; REMOVE &lt;item&gt;
+</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