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 35de9055b..ac57522bd 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.48.1


Reply via email to