diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-07-19 23:59:34 -0400 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-07-20 14:14:25 +0100 |
commit | f603b2d228e4f5ea811c17470361b683e4fee1ee (patch) | |
tree | ddb10f9caa0aa7ed25056ba026027e5f10f72bf4 | |
parent | f3b473c579b108ba09aa8d02bd8c34525c52ba40 (diff) | |
download | coreutils-f603b2d228e4f5ea811c17470361b683e4fee1ee.tar.xz |
dircolors: add screen.Eterm terminal type
* src/dircolors.hin: Add screen.Eterm.
Reported by Kfir Lavi
-rw-r--r-- | src/dircolors.hin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin index 8b4a64567..bab7c9bbb 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -49,6 +49,7 @@ TERM screen-256color TERM screen-256color-bce TERM screen-bce TERM screen-w +TERM screen.Eterm TERM screen.rxvt TERM screen.linux TERM terminator |