summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-09-22 23:04:09 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-09-22 23:04:09 +0200
commit420ce7522ab10e6efeec15fedd031e07e2a5f571 (patch)
tree381a022259ddc8a859ac2f2a2015a02ab1cc51b8 /doc/en
parent490c821997463a35ddcf61940a5a0da9c8f430cb (diff)
downloadweechat-420ce7522ab10e6efeec15fedd031e07e2a5f571.zip
core: add options weechat.look.color_inactive_window/buffer, fix bugs with inactive colors
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/user/weechat_options.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt
index 6379231d5..5df5f3a20 100644
--- a/doc/en/autogen/user/weechat_options.txt
+++ b/doc/en/autogen/user/weechat_options.txt
@@ -43,7 +43,7 @@
** type: color
** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `cyan`)
-* *weechat.color.chat_inactive_line*
+* *weechat.color.chat_inactive_buffer*
** description: `text color for chat when line is inactive (buffer is merged with other buffers and is not selected)`
** type: color
** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `darkgray`)
@@ -83,7 +83,7 @@
** type: color
** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `brown`)
-* *weechat.color.chat_prefix_buffer_inactive_line*
+* *weechat.color.chat_prefix_buffer_inactive_buffer*
** description: `text color for inactive buffer name (before prefix, when many buffers are merged with same number and if buffer is not selected)`
** type: color
** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `darkgray`)
@@ -368,6 +368,11 @@
** type: string
** values: any string (default value: `"%H:%M:%S"`)
+* *weechat.look.color_inactive_buffer*
+** description: `use a different color for lines in inactive buffer (when line is from a merged buffer not selected)`
+** type: boolean
+** values: on, off (default value: `on`)
+
* *weechat.look.color_inactive_message*
** description: `use a different color for inactive message (when window is not current window, or if line is from a merged buffer not selected)`
** type: boolean
@@ -388,6 +393,11 @@
** type: boolean
** values: on, off (default value: `off`)
+* *weechat.look.color_inactive_window*
+** description: `use a different color for lines in inactive window (when window is not current window)`
+** type: boolean
+** values: on, off (default value: `off`)
+
* *weechat.look.color_pairs_auto_reset*
** description: `automatically reset table of color pairs when number of available pairs is lower or equal to this number (-1 = disable automatic reset, and then a manual "/color reset" is needed when table is full)`
** type: integer