diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-28 23:13:07 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-28 23:13:07 +0200 |
commit | 2e647d4c5892e8e1494a1b0a4a41d0c0ad87522b (patch) | |
tree | bfc241c5a9eba40fd6badeab0b2ec5b9d332ef96 /doc/en | |
parent | 47db2b71babd09c2390a5bd83b7028e57403d524 (diff) | |
download | weechat-2e647d4c5892e8e1494a1b0a4a41d0c0ad87522b.zip |
core: set options weechat.look.color_inactive_{buffer|window} to "on" by default
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index d7839bc3a..2bfed3186 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -411,7 +411,7 @@ * [[option_weechat.look.color_inactive_buffer]] *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: `off`) +** values: on, off (default value: `on`) * [[option_weechat.look.color_inactive_message]] *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)` @@ -436,7 +436,7 @@ * [[option_weechat.look.color_inactive_window]] *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`) +** values: on, off (default value: `on`) * [[option_weechat.look.color_nick_offline]] *weechat.look.color_nick_offline* ** description: `use a different color for offline nicks (not in nicklist any more)` |