From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 25 19:10:13 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C8091065674 for ; Fri, 25 Nov 2011 19:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E42CD8FC0C for ; Fri, 25 Nov 2011 19:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pAPJACYv070164 for ; Fri, 25 Nov 2011 19:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pAPJACxf070163; Fri, 25 Nov 2011 19:10:12 GMT (envelope-from gnats) Resent-Date: Fri, 25 Nov 2011 19:10:12 GMT Resent-Message-Id: <201111251910.pAPJACxf070163@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Moritz Wilhelmy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE9E81065672 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: conf/162884: FreeBSD's termcap ships monochrome rxvt-unicode entry X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2011 19:10:13 -0000 >Number: 162884 >Category: conf >Synopsis: 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: >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: