From owner-freebsd-questions Sat Jul 26 17:31:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA27277 for questions-outgoing; Sat, 26 Jul 1997 17:31:32 -0700 (PDT) Received: from tok.qiv.com ([204.214.141.211]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA27270 for ; Sat, 26 Jul 1997 17:31:29 -0700 (PDT) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.8.5) with UUCP id TAA10833; Sat, 26 Jul 1997 19:30:19 -0500 (CDT) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.5/8.8.5) with SMTP id TAA04461; Sat, 26 Jul 1997 19:26:03 -0500 (CDT) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Sat, 26 Jul 1997 19:26:02 -0500 (CDT) From: "Jay D. Nelson" To: vas@vas.tsu.tomsk.su cc: freebsd questions mailing list Subject: Re: xterm is only black&white In-Reply-To: <199707260345.LAA18644@vas.tomsk.su> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Try adding: XTerm*colorMode: true to your ~/.Xdefaults. There are others. Grep /usr/X11R6/lib/X11/app-defaults/XTerm for 'color'. I think color_xterm is obsolete. The xterm with XF32 supports color. -- Jay On Sat, 26 Jul 1997, Victor A. Sudakov wrote: ->Brian Clapper wrote: ->> Victor A. Sudakov wrote: ->> ->> > Sergei S. Laskavy wrote: ->> > ->> > > Mariusz> I just installed 2.2.1R on my computer and I can't find ->> > > Mariusz> the reason that my xterm is only black and white. On ->> > > ->> > > The right termcap entry for X Term is somewhere in /usr/X11R6. ->> > > You can just copy that file to $HOME/.termcap and X terminal will ->> > > appear in colours :) ->> > ->> > Did not work for me. Any more ideas? ->> > ->> > I am using FreeBSD 2.1.6 ->> ->> If you just want to be able to change the foreground and background colors, ->> read the xterm manual page and look for the `-fg' and `-bg' command line ->> options or their corresponding X resource strings (e.g., `XTerm*foreground' ->> and `XTerm*background'). If, on the other hand, you want an xterm that ->> understands the ANSI color escape sequences (so that one of the colorized -> ->Yes, that is what I want. I want to see Midnight Commander in colors like it ->shows on DEC Alpha at the University. -> ->> ls ports will work, for instance), make sure you've (a) installed the ->> `color_xterm' port or package, and (b) you're firing up `color_xterm', not ->> `xterm'. -> ->Yes, I am firing up "color_xterm". Moreover, I have the following lines in ->my $HOME/.Xresources: -> ->color_xterm*scrollBar: True ->XBuffy*mailboxes: /var/mail/vas ->XBuffy*names: TRUE ->*customization: -color -> ->I do have the scrollbar, but no colors. -> ->-- ->Victor Sudakov ->http://www.tomsk.su/r/persons/vas.htm ->