summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-08-17 09:09:09 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-08-17 09:09:09 +0000
commitdc92ee389ce0307342625dafcbd3f0502a9c229d (patch)
tree9718652de9013e12d73a8c37cd5c73c8155f01d7 /doc/en
parent30c3fa9d987db1059cf90f6a4c52518569788eda (diff)
downloadweechat-dc92ee389ce0307342625dafcbd3f0502a9c229d.zip
Added paste detection, new options look_paste_max_lines and col_input_actions (task #5442)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/config.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml
index 0cab5784d..48f459e20 100644
--- a/doc/en/config.xml
+++ b/doc/en/config.xml
@@ -108,7 +108,7 @@
<entry>integer</entry>
<entry>between 0 and 100</entry>
<entry>0</entry>
- <entry>Max size for nicklist (width or height, depending on look_nicklist_position (0 = no max size; if min == max and &gt; 0, then size is fixed))</entry>
+ <entry>Max size for nicklist (width or height, depending on look_nicklist_position (0 = no max size; if min = max and &gt; 0, then size is fixed))</entry>
</row>
<row>
<entry><option>look_nicklist_separator</option></entry>
@@ -293,6 +293,13 @@
<entry>Format for input prompt ('%c' is replaced by channel or server, '%n' by nick and '%m' by nick modes)</entry>
</row>
<row>
+ <entry><option>look_paste_max_lines</option></entry>
+ <entry>integer</entry>
+ <entry>between 0 and 2147483647</entry>
+ <entry>3</entry>
+ <entry>Max number of lines for paste without asking user (0 = disable this feature)</entry>
+</row>
+<row>
<entry><option>col_real_white</option></entry>
<entry>boolean</entry>
<entry>'on' or 'off'</entry>
@@ -573,6 +580,13 @@
<entry>Color for text not found</entry>
</row>
<row>
+ <entry><option>col_input_actions</option></entry>
+ <entry>color</entry>
+ <entry>Curses or Gtk color</entry>
+ <entry>'lightgreen'</entry>
+ <entry>Color for actions in input window</entry>
+</row>
+<row>
<entry><option>col_input_bg</option></entry>
<entry>color</entry>
<entry>Curses or Gtk color</entry>