diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2010-09-14 02:26:08 +0400 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-09-13 16:53:33 -0600 |
commit | 42681e9e4d3a9a2f3909373294fe76c39efd3991 (patch) | |
tree | 2fff3ec96829e63b0b616de979376a16ca8fc10e /src | |
parent | ea1b8bafc011689b17b3f732c4dc11f3c23fbdfe (diff) | |
download | coreutils-42681e9e4d3a9a2f3909373294fe76c39efd3991.tar.xz |
dircolors: add rxvt-unicode-256color terminal type
rxvt-unicode introduced new terminal type:
http://cvs.schmorp.de/rxvt-unicode/src/rxvt.h?r1=1.398&r2=1.399
* src/dircolors.hin: Add rxvt-unicode-256color terminal type.
Reported by Alexey I. Froloff in <http://bugzilla.altlinux.org/24052>.
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
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 ccd661395..0770b1ac4 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -42,6 +42,7 @@ TERM rxvt-256color TERM rxvt-cygwin TERM rxvt-cygwin-native TERM rxvt-unicode +TERM rxvt-unicode-256color TERM rxvt-unicode256 TERM screen TERM screen-256color |