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

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)