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

Add Alacritty title escape sequence support

This commit is contained in:
Christian Duerr
2020-06-01 20:31:17 +02:00
committed by Sébastien Helleu
parent 1dacb2de7f
commit c35e31cad2
+1
View File
@@ -2530,6 +2530,7 @@ gui_window_set_title (const char *title)
/* the following terminals support the xterm escape codes */
else if ((strncmp (envterm, "xterm", 5) == 0)
|| (strncmp (envterm, "rxvt", 4) == 0)
|| (strncmp (envterm, "alacritty", 9) == 0)
|| (strcmp (envterm, "Eterm") == 0)
|| (strcmp (envterm, "aixterm") == 0)
|| (strcmp (envterm, "iris-ansi") == 0)