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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user