diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-04 11:38:16 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-04 11:38:16 +0100 |
commit | d733a5bd62563d528b65baf4c543275f8e1281b6 (patch) | |
tree | 0436a1f82ef60b99bbc5882dc4868d52f44277fb /doc/it | |
parent | 152394689a5fe8d43e3e13ca37ffec5e65a44e84 (diff) | |
download | weechat-d733a5bd62563d528b65baf4c543275f8e1281b6.zip |
core: rename option weechat.look.bracketed_paste_mode to weechat.look.paste_bracketed
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 |