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

core: fix terminal title under screen/tmux

This commit is contained in:
Sebastien Helleu
2013-11-09 19:26:33 +01:00
parent 90774b73d8
commit e867298233
+1 -1
View File
@@ -2386,7 +2386,7 @@ gui_window_set_title (const char *title)
{
if (title && title[0])
{
printf ("\033k%s\033\\", title);
printf ("\033k%s\033\\", new_title);
}
else
{