[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coreutils] [PATCH] dircolors: add rxvt-unicode-256color terminal type
From: |
Dmitry V. Levin |
Subject: |
[coreutils] [PATCH] dircolors: add rxvt-unicode-256color terminal type |
Date: |
Tue, 14 Sep 2010 02:26:08 +0400 |
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 <address@hidden>
---
src/dircolors.hin | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/dircolors.hin b/src/dircolors.hin
index ccd6613..0770b1a 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
--
ldv
- [coreutils] [PATCH] dircolors: add rxvt-unicode-256color terminal type,
Dmitry V. Levin <=