From owner-freebsd-questions Thu Jul 15 9: 1:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id 9E8E815064 for ; Thu, 15 Jul 1999 09:01:03 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id JAA23719; Thu, 15 Jul 1999 09:55:59 -0600 (MDT) From: Jonathon Doran Message-Id: <199907151555.JAA23719@ucsu.Colorado.EDU> Subject: Re: Color support for VT100 To: nb@loso.dyndns.com (nb) Date: Thu, 15 Jul 1999 09:55:59 -0600 (MDT) Cc: stt@pluto.cpe.ku.ac.th, freebsd-questions@FreeBSD.ORG In-Reply-To: <00f801becea3$2898db90$0201a8c0@skywalker.co.th> from "nb" at Jul 15, 99 04:01:44 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have changed my system from Linux to Freebsd 3.2 since last month. In > Linux, VT100 terminal screen can support color but not in FreeBSD. I would > like to know how to set color-support in FreeBSD vt100 terminal. I have the following in my .Xdefaults file, which works pretty good: XTerm*VT100*colorBDMode: on XTerm*VT100*colorBD: blue XTerm*VT100*colorULMode: on XTerm*VT100*colorUL: magenta XTerm.VT100.eightBitInput: true XTerm.VT100.eightBitOutput: true XTerm.VT100.titeInhibit: true XTerm.VT100*colorMode: on XTerm.VT100*dynamicColors: on ! Uncomment this use color for underline attribute XTerm.VT100*colorULMode: on XTerm.VT100*underLine: off ! Uncomment this to use color for the bold attribute XTerm.VT100*colorBDMode: on XTerm.VT100*color0: black XTerm.VT100*color1: red3 XTerm.VT100*color2: green3 XTerm.VT100*color3: yellow3 XTerm.VT100*color4: blue3 XTerm.VT100*color5: magenta3 XTerm.VT100*color6: cyan3 XTerm.VT100*color7: gray90 XTerm.VT100*color8: gray30 XTerm.VT100*color9: red XTerm.VT100*color10: green XTerm.VT100*color11: yellow XTerm.VT100*color12: blue XTerm.VT100*color13: magenta XTerm.VT100*color14: cyan XTerm.VT100*color15: white XTerm.VT100*colorUL: yellow XTerm.VT100*colorBD: white XTerm.VT100*cursorColor: lime green I believe this should be enough to get you started. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message