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