From c0a73b939bd811085559fc4650689c7cf7a3f4da Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 24 Jun 2021 06:05:55 -0400 Subject: [PATCH] some fatty did eat the oslo accords --- src/lib/termdesc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/termdesc.c b/src/lib/termdesc.c index 489f07806..0af78653a 100644 --- a/src/lib/termdesc.c +++ b/src/lib/termdesc.c @@ -102,6 +102,7 @@ terminfostr(char** gseq, const char* name){ // TERM setting is (and as up-to-date and complete as we are). static int match_termname(const char* termname, queried_terminals_e* qterm){ + // https://github.com/alacritty/alacritty/pull/5274 le sigh if(strstr(termname, "alacritty")){ *qterm = TERMINAL_ALACRITTY; }