diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-17 00:00:11 -0400 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-05-21 17:01:20 +0200 |
commit | 974848a4866f71c10e854a4d4a2e9b26a4db6a7b (patch) | |
tree | 6d08b886a689b194cdf3fb6d5b145e36a9fb7fa3 /src | |
parent | b663bc8eb0b87c21584b931872db5fd82cf72f49 (diff) | |
download | coreutils-974848a4866f71c10e854a4d4a2e9b26a4db6a7b.tar.xz |
dircolors: add st/st-256color terminal types
See http://st.suckless.org/
* src/dircolors.hin: Add st and st-256color.
Reported-by: Jeroen Roovers <jer@gentoo.org>, via
Mike Frysinger <vapier@gentoo.org> in http://bugs.gnu.org/11498
Diffstat (limited to 'src')
-rw-r--r-- | src/dircolors.hin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin index 4606d1a23..316c212da 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -52,6 +52,8 @@ TERM screen-w TERM screen.Eterm TERM screen.rxvt TERM screen.linux +TERM st +TERM st-256color TERM terminator TERM vt100 TERM xterm |