From: Pádraig Brady Date: Sat, 15 Mar 2025 12:54:38 +0000 (+0000) Subject: dircolors: add vt220 as a color capable terminal X-Git-Tag: v9.7~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76b8121d62c709e3066011b094afecd3dbbb9dc4;p=thirdparty%2Fcoreutils.git 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. --- 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* # ===================================================================