mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
Added string length limit for setup file options
This commit is contained in:
@@ -180,6 +180,13 @@
|
||||
<entry>20</entry>
|
||||
<entry>Maximale Größe zum Ausrichten von Nicknamen und anderen Nachrichten (sollte >= look_align_size sein)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><option>look_align_text_offset</option></entry>
|
||||
<entry>Ganzzahl</entry>
|
||||
<entry>zwischen -1 und 64</entry>
|
||||
<entry>-1</entry>
|
||||
<entry>Offset for aligning lines of messages (except first lines), default is -1 (align after nick), a null or positive value is offset after beginning of line</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><option>look_nick_completor</option></entry>
|
||||
<entry>Zeichenfolge</entry>
|
||||
|
||||
+9
-2
@@ -180,6 +180,13 @@
|
||||
<entry>20</entry>
|
||||
<entry>Max size for aligning nick and other messages (should be >= to look_align_size)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><option>look_align_text_offset</option></entry>
|
||||
<entry>integer</entry>
|
||||
<entry>between -1 and 64</entry>
|
||||
<entry>-1</entry>
|
||||
<entry>Offset for aligning lines of messages (except first lines), default is -1 (align after nick), a null or positive value is offset after beginning of line</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><option>look_nick_completor</option></entry>
|
||||
<entry>string</entry>
|
||||
@@ -280,8 +287,8 @@
|
||||
</row>
|
||||
<row>
|
||||
<entry><option>look_read_marker</option></entry>
|
||||
<entry>string</entry>
|
||||
<entry>any string</entry>
|
||||
<entry>char</entry>
|
||||
<entry>any char</entry>
|
||||
<entry>' '</entry>
|
||||
<entry>Use a marker on servers/channels to show first unread line</entry>
|
||||
</row>
|
||||
|
||||
+9
-2
@@ -180,6 +180,13 @@
|
||||
<entry>20</entry>
|
||||
<entry>Taille maximum pour l'alignement des pseudos et autres messages (doit être >= à look_align_size)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><option>look_align_text_offset</option></entry>
|
||||
<entry>entier</entry>
|
||||
<entry>entre -1 et 64</entry>
|
||||
<entry>-1</entry>
|
||||
<entry>Décalage pour aligner les lignes des messages (exceptées les premières lignes), par défaut -1 (aligner après le pseudo), une valeur nulle ou positive est le décalage après le début de la ligne</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><option>look_nick_completor</option></entry>
|
||||
<entry>chaîne</entry>
|
||||
@@ -280,8 +287,8 @@
|
||||
</row>
|
||||
<row>
|
||||
<entry><option>look_read_marker</option></entry>
|
||||
<entry>chaîne</entry>
|
||||
<entry>toute chaîne</entry>
|
||||
<entry>caractère</entry>
|
||||
<entry>tout caractère</entry>
|
||||
<entry>' '</entry>
|
||||
<entry>Utiliser un marqueur sur les serveurs/canaux pour montrer la première ligne non lue</entry>
|
||||
</row>
|
||||
|
||||
Reference in New Issue
Block a user