diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-04-16 21:25:40 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-04-16 21:25:40 +0200 |
commit | 1a5527cf2e5810efd205809653f0ac509fd328f2 (patch) | |
tree | 1113fd42442a43d8e9fb69cb9a51898480fab424 /doc/it/autogen | |
parent | 648b6374bd7413e3a885df60c39f41226580cac3 (diff) | |
download | weechat-1a5527cf2e5810efd205809653f0ac509fd328f2.zip |
core: do not set terminal title by default (option weechat.look.window_title) (closes #1182)
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/weechat_options.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/autogen/user/weechat_options.adoc b/doc/it/autogen/user/weechat_options.adoc index 95689c9a2..add352f19 100644 --- a/doc/it/autogen/user/weechat_options.adoc +++ b/doc/it/autogen/user/weechat_options.adoc @@ -1179,10 +1179,10 @@ ** valore predefinito: `+on+` * [[option_weechat.look.window_title]] *weechat.look.window_title* -** descrizione: pass:none[title for window (terminal for Curses GUI), set on startup; an empty string will keep title unchanged (note: content is evaluated, see /help eval)] +** descrizione: pass:none[title for window (terminal for Curses GUI), set on startup; an empty string will keep title unchanged (note: content is evaluated, see /help eval); example: "WeeChat ${info:version}"] ** tipo: stringa ** valori: qualsiasi stringa -** valore predefinito: `+"WeeChat ${info:version}"+` +** valore predefinito: `+""+` * [[option_weechat.look.word_chars_highlight]] *weechat.look.word_chars_highlight* ** descrizione: pass:none[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)] |