From 76b8121d62c709e3066011b094afecd3dbbb9dc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sat, 15 Mar 2025 12:54:38 +0000 Subject: [PATCH] dircolors: add vt220 as a color capable terminal This isn't strictly historically accurate but most practical these days, especially since systemd uses this as its default TERM type. See https://github.com/coreutils/coreutils/issues/96 Tested with: $ LS_COLORS= COLORTERM= TERM=vt220 src/ls --color $ COLORTERM= TERM=vt220 src/dircolors * src/dircolors.hin: Add vt220. --- src/dircolors.hin | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dircolors.hin b/src/dircolors.hin index 35de9055b2..ac57522bd4 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -41,6 +41,7 @@ TERM st TERM terminator TERM tmux* TERM vt100 +TERM vt220 TERM xterm* # =================================================================== -- 2.47.3