diff options
-rw-r--r-- | sys-apps/openrc/0001-alacritty-is-color.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/openrc/0001-alacritty-is-color.patch b/sys-apps/openrc/0001-alacritty-is-color.patch new file mode 100644 index 0000000..66f00a1 --- /dev/null +++ b/sys-apps/openrc/0001-alacritty-is-color.patch @@ -0,0 +1,24 @@ +From 895e7e28696782d4ede7fa5f1fd2c810f7f78ea3 Mon Sep 17 00:00:00 2001 +From: dakkar <dakkar@thenautilus.net> +Date: Fri, 7 Jun 2024 15:12:26 +0100 +Subject: [PATCH] alacritty is color + +--- + openrc-0.54/src/libeinfo/libeinfo.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/libeinfo/libeinfo.c b/src/libeinfo/libeinfo.c +index 1d2427a..2f0a45a 100644 +--- a/src/libeinfo/libeinfo.c ++++ b/src/libeinfo/libeinfo.c +@@ -97,6 +97,7 @@ static bool term_is_cons25 = false; + * Only terminals without "color" in the name need to be explicitly listed */ + static const char *const color_terms[] = { + "Eterm", ++ "alacritty", + "ansi", + "con132x25", + "con132x30", +-- +2.44.1 + |