diff options
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 952924f5e..94f2d958c 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -368,11 +368,6 @@ ** 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 @@ -583,6 +578,11 @@ ** tipo: bool ** valori: on, off (valore predefinito: `off`) +* [[option_weechat.look.paste_bracketed]] *weechat.look.paste_bracketed* +** 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.paste_max_lines]] *weechat.look.paste_max_lines* ** descrizione: `max number of lines for paste without asking user (-1 = disable this feature)` ** tipo: intero |