1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

core: do not set terminal title by default (option weechat.look.window_title) (closes #1182)

This commit is contained in:
Sébastien Helleu
2018-04-16 21:25:40 +02:00
parent 648b6374bd
commit 1a5527cf2e
21 changed files with 61 additions and 42 deletions
+3 -2
View File
@@ -3514,8 +3514,9 @@ config_weechat_init_options ()
"window_title", "string",
N_("title for window (terminal for Curses GUI), set on startup; "
"an empty string will keep title unchanged "
"(note: content is evaluated, see /help eval)"),
NULL, 0, 0, "WeeChat ${info:version}", NULL, 0,
"(note: content is evaluated, see /help eval); example: "
"\"WeeChat ${info:version}\""),
NULL, 0, 0, "", NULL, 0,
NULL, NULL, NULL,
&config_change_window_title, NULL, NULL,
NULL, NULL, NULL);