diff options
Diffstat (limited to 'doc/it/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index abe0f4c78..58e857267 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -121,18 +121,18 @@ Examples: unalias <colore> reset - alias: aggiunge un alias per un colore -unalias: elimina un alias - colore: numero colore (>= 0, il massimo dipende dal terminale, di solito 63 o 255) - nome: nome alias per il colore (ad esempio: "arancione") - reset: ripristina tutte le coppie di colore (richiesto quando non ci sono più coppie disponibili se il ripristino automatico è disabilitato, consultare l'opzione weechat.look.color_pairs_auto_reset) + alias: add an alias for a color +unalias: delete an alias + color: color number (greater than or equal to 0, max depends on terminal, commonly 63 or 255) + name: alias name for color (for example: "orange") + reset: reset all color pairs (required when no more color pairs are available if automatic reset is disabled, see option weechat.look.color_pairs_auto_reset) -Senza argomento, il comando mostra i colori in un nuovo buffer. +Without argument, this command displays colors in a new buffer. -Esempi: - aggiunge alias "arancione" per il colore 214: - /color alias 214 arancione - elimina il colore 214: +Examples: + add alias "orange" for color 214: + /color alias 214 orange + delete color 214: /color unalias 214 ........................................ |