diff options
Diffstat (limited to 'doc/it/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 88d5abb47..952924f5e 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -368,6 +368,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"--"`) +* [[option_weechat.look.bracketed_paste_mode]] *weechat.look.bracketed_paste_mode* +** descrizione: `enable terminal "bracketed paste mode" (not supported in all terminals/multiplexers): in this mode, pasted text is bracketed with control sequences so that WeeChat can differentiate pasted text from typed-in text "(ESC[200~", followed by the pasted text, followed by "ESC[201~")` +** tipo: bool +** valori: on, off (valore predefinito: `off`) + * [[option_weechat.look.buffer_notify_default]] *weechat.look.buffer_notify_default* ** descrizione: `livello predefinito di notifica per i buffer (usato per comunicare a WeeChat se il buffer deve essere visualizzato nella hotlist oppure no, a seconda dell'importanza del messaggio): all: tutti i messaggi (predefinito), message=messaggi+eventi, highlight=solo eventi, none=non viene mai visualizzato nella hotlist` ** tipo: intero @@ -579,9 +584,9 @@ ** valori: on, off (valore predefinito: `off`) * [[option_weechat.look.paste_max_lines]] *weechat.look.paste_max_lines* -** descrizione: `numero massimo di righe da incollare senza conferma dell'utente (0 = disabilita questa caratteristica)` +** descrizione: `max number of lines for paste without asking user (-1 = disable this feature)` ** tipo: intero -** valori: 0 .. 2147483647 (valore predefinito: `3`) +** valori: -1 .. 2147483647 (valore predefinito: `3`) * [[option_weechat.look.prefix_action]] *weechat.look.prefix_action* ** descrizione: `prefisso per i messaggi di azione` |