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/it | |
parent | 610ef09f19547990abc18857f951a43f4d416a5c (diff) | |
download | weechat-48f087b88312143bd77ea68970f0a0c5c5333869.zip |
Add option "term" for command /debug: display infos about terminal and available colors
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index c700941d0..a6eee63a5 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -91,17 +91,18 @@ comando: comando da eseguire (una '/' viene aggiunta automaticamente se non trovata all'inizio del comando) ........................................ -• *`/debug`* `[list | plugin livello | dump | buffer | windows]`:: +• *`/debug`* `[list | set plugin level | dump | buffer | windows | term]`:: ........................................ attiva debug per core/plugin - plugin: nome del plugin ("core" per il core di WeeChat) - livello: livello di debug per il plugin (0 = disabilita debug) - dump: salva il dump della memoria nel file di log di Weechat (lo stesso dump viene salvato quando WeeChat va in crash) - buffer: esegue il dump del contenuto con valori esadecimali nel file di log - windows: visualizza l'albero delle finestre - text: invia il segnale "debug" con "text" come argomento" + 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 + term: display infos about terminal and available colors ........................................ • *`/filter`* `[list] | [enable|disable|toggle [nome]] | [add nome plugin.buffer tag regex] | [del nome|-all]`:: |