diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-09-23 15:37:41 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-09-23 15:37:41 +0200 |
commit | 7998e60498107430423a05485b818d41e8dce3bd (patch) | |
tree | ae90ce4f0f7a4f8df75e4972a0530635ca246ed4 /doc/en | |
parent | 734ced6af81d778205564a18521e79e53b9f8630 (diff) | |
download | weechat-7998e60498107430423a05485b818d41e8dce3bd.zip |
core: change default value for option weechat.look.color_inactive_buffer to off
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 5df5f3a20..8a2ca6ca0 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -371,7 +371,7 @@ * *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`) +** values: on, off (default value: `off`) * *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)` |