diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-16 12:18:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-16 12:18:00 +0100 |
commit | 48f087b88312143bd77ea68970f0a0c5c5333869 (patch) | |
tree | 795840cd0323339b30db263d14383291eaa3d794 /doc/en/autogen/user/weechat_commands.txt | |
parent | 610ef09f19547990abc18857f951a43f4d416a5c (diff) | |
download | weechat-48f087b88312143bd77ea68970f0a0c5c5333869.zip |
Add option "term" for command /debug: display infos about terminal and available colors
Diffstat (limited to 'doc/en/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 5600be43b..2343e06af 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -91,17 +91,18 @@ command: command to execute (a '/' is automatically added if not found at beginning of command) ........................................ -• *`/debug`* `[list | plugin level | dump | buffer | windows]`:: +• *`/debug`* `[list | set plugin level | dump | buffer | windows | term]`:: ........................................ control debug for core/plugins + set: set log level for plugin plugin: name of plugin ("core" for WeeChat core) level: debug level for plugin (0 = disable debug) dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes) buffer: dump buffer content with hexadecimal values in log file windows: display windows tree - text: send "debug" signal with "text" as argument + term: display infos about terminal and available colors ........................................ • *`/filter`* `[list] | [enable|disable|toggle [name]] | [add name plugin.buffer tags regex] | [del name|-all]`:: |