diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-08-26 16:11:56 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-08-26 16:11:56 +0000 |
commit | 1461a813298cd60028c8691ebef7c027878747e4 (patch) | |
tree | 50bdb9ab968ffacf1075cc358f8120e4d0491d91 /sys-apps/coreutils/files | |
parent | Marking stable on IA64, bug #61457. (diff) | |
download | historical-1461a813298cd60028c8691ebef7c027878747e4.tar.gz historical-1461a813298cd60028c8691ebef7c027878747e4.tar.bz2 historical-1461a813298cd60028c8691ebef7c027878747e4.zip |
Added rxvt-unicode to the DIR_COLORS supported terminal list
Diffstat (limited to 'sys-apps/coreutils/files')
-rw-r--r-- | sys-apps/coreutils/files/DIR_COLORS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/coreutils/files/DIR_COLORS b/sys-apps/coreutils/files/DIR_COLORS index ad44237e2412..80503f1abdab 100644 --- a/sys-apps/coreutils/files/DIR_COLORS +++ b/sys-apps/coreutils/files/DIR_COLORS @@ -4,7 +4,7 @@ # You can copy this file to .dir_colors in your $HOME directory to override # the system defaults. # -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/files/DIR_COLORS,v 1.4 2004/07/30 17:22:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/files/DIR_COLORS,v 1.5 2004/08/26 16:11:56 ciaranm Exp $ # COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not # pipes. 'all' adds color characters to all output. 'none' shuts colorization @@ -39,6 +39,7 @@ TERM xterm-debian TERM color-xterm TERM color_xterm TERM rxvt +TERM rxvt-unicode TERM screen TERM screen-w TERM vt100 |