From nobody@FreeBSD.org  Fri Nov 25 19:07:18 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AE9E81065672
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Nov 2011 19:07:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 9E6B48FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Nov 2011 19:07:18 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pAPJ7I3S078455
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Nov 2011 19:07:18 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pAPJ7I6G078454;
	Fri, 25 Nov 2011 19:07:18 GMT
	(envelope-from nobody)
Message-Id: <201111251907.pAPJ7I6G078454@red.freebsd.org>
Date: Fri, 25 Nov 2011 19:07:18 GMT
From: Moritz Wilhelmy <mw@wzff.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: FreeBSD's termcap ships monochrome rxvt-unicode entry
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         162884
>Category:       conf
>Synopsis:       [termcap] [patch] FreeBSD's termcap ships monochrome rxvt-unicode entry
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 25 19:10:12 UTC 2011
>Closed-Date:    
>Last-Modified:  Sun May 04 03:13:32 UTC 2014
>Originator:     Moritz Wilhelmy
>Release:        9.0-RC2
>Organization:
>Environment:
>Description:
The urxvt termcap entry that was added while fixing conf/117323 is monochrome, but the program supports 88 colours.

Thomas Dickey has suggested in [1] to use the following termcap snippet:

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:

which adds colours to the defaults provided by the rxvt-mono entry.

[1] http://lists.freebsd.org/pipermail/freebsd-questions/2011-November/235745.html
>How-To-Repeat:
Log into a FreeBSD machine by running ssh(1) in urxvt(1). Start any ncurses program (well, any that uses colours) and notice that it is monochrome.
>Fix:
Add the termcap snippet from above to ~/.termcap, rinse, repeat.

>Release-Note:
>Audit-Trail:
>Unformatted:
