summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/autogen/user/weechat_options.asciidoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_options.asciidoc b/doc/it/autogen/user/weechat_options.asciidoc
index 36bfba9e9..7ddd62fe4 100644
--- a/doc/it/autogen/user/weechat_options.asciidoc
+++ b/doc/it/autogen/user/weechat_options.asciidoc
@@ -912,6 +912,16 @@
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"WeeChat ${info:version}"`)
+* [[option_weechat.look.word_chars_highlight]] *weechat.look.word_chars_highlight*
+** descrizione: `comma-separated list of chars (or range of chars) that are considered part or words for highlights; each item can be a single char, a range of chars (format: a-z), a class of wide character (for example "alnum", see man wctype); a "!" before the item makes it negative (ie the char is NOT considered part of words); the value "*" matches any char; unicode chars are allowed with the format \u1234, for example \u00A0 for unbreakable space (see /help print for supported formats)`
+** tipo: stringa
+** valori: qualsiasi stringa (valore predefinito: `"!\u00A0,-,_,|,alnum"`)
+
+* [[option_weechat.look.word_chars_input]] *weechat.look.word_chars_input*
+** descrizione: `comma-separated list of chars (or range of chars) that are considered part or words for command line; each item can be a single char, a range of chars (format: a-z), a class of wide character (for example "alnum", see man wctype); a "!" before the item makes it negative (ie the char is NOT considered part of words); the value "*" matches any char; unicode chars are allowed with the format \u1234, for example \u00A0 for unbreakable space (see /help print for supported formats)`
+** tipo: stringa
+** valori: qualsiasi stringa (valore predefinito: `"!\u00A0,-,_,|,alnum"`)
+
* [[option_weechat.network.connection_timeout]] *weechat.network.connection_timeout*
** descrizione: `timeout (in secondi) per la connessione ad un host remoto (eseguita in un processo figlio)`
** tipo: intero