svn commit: r211605 - stable/7/share/termcap

Gavin Atkinson gavin at FreeBSD.org
Sun Aug 22 09:06:55 UTC 2010


Author: gavin
Date: Sun Aug 22 09:06:55 2010
New Revision: 211605
URL: http://svn.freebsd.org/changeset/base/211605

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/7/share/termcap/termcap.src
Directory Properties:
  stable/7/share/termcap/   (props changed)

Modified: stable/7/share/termcap/termcap.src
==============================================================================
--- stable/7/share/termcap/termcap.src	Sun Aug 22 09:05:08 2010	(r211604)
+++ stable/7/share/termcap/termcap.src	Sun Aug 22 09:06:55 2010	(r211605)
@@ -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-all mailing list