diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-10-15 16:04:24 -0400 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-10-15 23:57:38 +0100 |
commit | c90b9e07e2ae98b6fc350c9a9d2f9ab3437008a6 (patch) | |
tree | 57e2899bcf6110621a13b9fbfc180b0cc78aed21 /src | |
parent | 15fca2a02e38d69915c52ef41eee3c7d52b67f3e (diff) | |
download | coreutils-c90b9e07e2ae98b6fc350c9a9d2f9ab3437008a6.tar.xz |
dircolors: add putty-256color terminal type
* src/dircolors.hin: Add putty-256color
Reported-by: Thomas D. <whissi@whissi.de>, via
http://bugs.gentoo.org/486786
Fixes http://bugs.gnu.org/15624
Diffstat (limited to 'src')
-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 18e155297..5877005a6 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -37,6 +37,7 @@ TERM linux-c TERM mach-color TERM mlterm TERM putty +TERM putty-256color TERM rxvt TERM rxvt-256color TERM rxvt-cygwin |