From owner-freebsd-questions Fri Mar 14 06:49:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA21848 for questions-outgoing; Fri, 14 Mar 1997 06:49:43 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA21843 for ; Fri, 14 Mar 1997 06:49:40 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 14 Mar 1997 9:49:36 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA18594; Fri, 14 Mar 97 09:49:34 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id JAA19297; Fri, 14 Mar 1997 09:46:58 -0500 Message-Id: <19970314094657.57991@ct.picker.com> Date: Fri, 14 Mar 1997 09:46:57 -0500 From: Randall Hopper To: Christoph Kukulies Cc: freebsd-questions@freefall.freebsd.org Subject: Re: rxvt Q - colors References: <19970314092108.29410@ct.picker.com> <199703141450.PAA08805@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65 In-Reply-To: <199703141450.PAA08805@gilberto.physik.rwth-aachen.de>; from Christoph Kukulies on Fri, Mar 14, 1997 at 03:50:56PM +0100 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Christoph Kukulies: |*Rxvt*color0: black |*Rxvt*color1: #ffff99999999 ... |(I also tried - guessing wildly - RXvt as in VT100 - never understood the |magic with these first two CApitals). no avail. | | |> XTerm to Rxvt in the duped copy (don't forget to "xrdb -load ~/.Xdefaults" | |Did that explicitly, started a new rxvt and colors are unchanged. |I start to believe that rxvt doesn't allow for this - OTOH I could UTSL. Well, I don't know about all versions of Rxvt, but on Rxvt-XPM v2.19.3 (I'm on my Solaris box now but I built the same on my FreeBSD box months ago), here's the relevent, working section from my Rxvt class resource file: *color0: Black *color1: Red *color2: Green *color3: Yellow !*color4: Blue *color4: MidnightBlue *color5: Magenta *color6: Cyan *color7: White You might do a: strings rxvt | grep -i ^rxvt and verify that the classname wasn't hacked in the FreeBSD port. Randall Hopper