diff options
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 4 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index ce6e4eb5c..edac790da 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -145,7 +145,7 @@ command: command to execute (a '/' is automatically added if not found at beginn /debug list set <plugin> <level> dump [<plugin>] - buffer|color|hdata|infolists|memory|term|windows + buffer|color|hdata|infolists|memory|tags|term|windows list: list plugins with debug levels set: set debug level for plugin @@ -157,6 +157,7 @@ command: command to execute (a '/' is automatically added if not found at beginn hdata: display infos about hdata infolists: display infos about infolists memory: display infos about memory usage + tags: display tags for lines term: display infos about terminal windows: display windows tree ........................................ @@ -195,6 +196,7 @@ Tags most commonly used: nick_xxx (xxx is nick in message), irc_xxx (xxx is command name or number, see /server raw), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. +To see tags for lines in buffers: /debug tags Examples: use IRC smart filter on all buffers: diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 4aba75e7e..eccdc5dc6 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -118,6 +118,11 @@ ** 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_tags* +** description: `text color for tags after messages (displayed with command /debug tags)` +** 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: `red`) + * *weechat.color.chat_text_found* ** description: `text color for marker on lines where text sought is found` ** type: color |