summaryrefslogtreecommitdiff
path: root/doc/en/config.xml
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-04-16 09:46:23 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-04-16 09:46:23 +0000
commitf80489f46908ffe4909f40f041a6ac439898547a (patch)
tree1e968c0c584dd4ba58dbc37d2a7f908f3611a116 /doc/en/config.xml
parent2fd53dcc37e7c571d9e2677597c0f68c4b90b5d9 (diff)
downloadweechat-f80489f46908ffe4909f40f041a6ac439898547a.zip
Added option "look_align_size_max", nick alignment to right is now set by default with size 14 (max 20)
Diffstat (limited to 'doc/en/config.xml')
-rw-r--r--doc/en/config.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml
index d9774bc2b..190c2a0bd 100644
--- a/doc/en/config.xml
+++ b/doc/en/config.xml
@@ -170,24 +170,31 @@
<entry><option>look_align_nick</option></entry>
<entry>string</entry>
<entry>'none', 'left', 'right'</entry>
- <entry>'none'</entry>
+ <entry>'right'</entry>
<entry>Nick alignment (fixed size for nicks in chat window (none, left, right))</entry>
</row>
<row>
<entry><option>look_align_other</option></entry>
<entry>boolean</entry>
<entry>'on' or 'off'</entry>
- <entry>'off'</entry>
+ <entry>'on'</entry>
<entry>Alignment for other messages (not beginning with a nick)</entry>
</row>
<row>
<entry><option>look_align_size</option></entry>
<entry>integer</entry>
<entry>between 8 and 64</entry>
- <entry>8</entry>
+ <entry>14</entry>
<entry>Size for aligning nick and other messages</entry>
</row>
<row>
+ <entry><option>look_align_size_max</option></entry>
+ <entry>integer</entry>
+ <entry>between 8 and 64</entry>
+ <entry>20</entry>
+ <entry>Max size for aligning nick and other messages (should be &gt;= to look_align_size)</entry>
+</row>
+<row>
<entry><option>look_nick_completor</option></entry>
<entry>string</entry>
<entry>any string</entry>