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:
committed by
Sébastien Helleu
parent
1dacb2de7f
commit
c35e31cad2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user