diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-18 12:17:21 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-18 12:17:21 +0100 |
commit | 8c13cab941c102488cc9d3a15b9488519d4052b9 (patch) | |
tree | 282c3fc5a22294bca28d32b1d2c529203269d0bc /doc/en | |
parent | e0151b42a6cd27f48ca72e811eb2d6ddc72e65cb (diff) | |
download | weechat-8c13cab941c102488cc9d3a15b9488519d4052b9.zip |
Add new option weechat.look.highlight_tags (force highlight on tags)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 59cb5cd03..225b6b937 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -343,6 +343,11 @@ ** type: string ** values: any string (default value: `""`) +* *weechat.look.highlight_tags* +** description: `comma separated list of tags to highlight (case insensitive comparison, examples: "irc_notice" for IRC notices, "nick_flashcode" for messages from nick "FlashCode")` +** type: string +** values: any string (default value: `""`) + * *weechat.look.hline_char* ** description: `char used to draw horizontal separators around bars (empty value will draw a real line with ncurses, but may cause bugs with URL selection under some terminals), wide chars are NOT allowed here` ** type: string |