svn commit: r211604 - stable/8/share/termcap
Gavin Atkinson
gavin at FreeBSD.org
Sun Aug 22 09:05:08 UTC 2010
Author: gavin
Date: Sun Aug 22 09:05:08 2010
New Revision: 211604
URL: http://svn.freebsd.org/changeset/base/211604
Log:
Merge r211066 from head:
Add a termcap entry for rxvt-256color.
PR: conf/147726
Submitted by: Sterling (Chip) Camden <sterling camdensoftware.com>
Modified:
stable/8/share/termcap/termcap.src
Directory Properties:
stable/8/share/termcap/ (props changed)
Modified: stable/8/share/termcap/termcap.src
==============================================================================
--- stable/8/share/termcap/termcap.src Sun Aug 22 09:02:38 2010 (r211603)
+++ stable/8/share/termcap/termcap.src Sun Aug 22 09:05:08 2010 (r211604)
@@ -4585,6 +4585,9 @@ rxvt-unicode|rxvt-unicode terminal (X Wi
rxvt|rxvt terminal emulator (X Window System):\
:pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:tc=rxvt-mono:
+rxvt-256color|rxvt terminal emulator with 256 colors:\
+ :Co#256:AF=\E[38;5;%dm:AB=\E[48;5;%dm:tc=rxvt-unicode:
+
# Termcap entry for Eterm, taken from the sources of Eterm-0.9.2
Eterm|Eterm Terminal Emulator (X11 Window System):\
:am:bw:eo:km:mi:ms:xn:xo:\
More information about the svn-src-stable-8
mailing list