Re: Xterm-color

2003-09-14 Thread Nathan Kinkade
On Sun, Sep 14, 2003 at 02:24:41AM +0100, Daniel Bye wrote:
> On Sat, Sep 13, 2003 at 06:43:24PM -0400, Bob Hall wrote:
> > On Sat, Sep 13, 2003 at 06:22:29PM -0400, Todd Stephens wrote:
> > > Probably a no-brainer, but how can I make my xterm start as xterm-color?  
> > > If I want color ls, I have to type TERM=xterm-color from the command 
> > > line every time I start a new terminal window.  What file do I need to 
> > > edit to make X start with xterm-color?
> > 
> > ~/.Xdefaults
> > ---
> > xterm*background: green
> > xterm*foreground: yellow
> > xterm*highlightColor: purple
> > 
> > I don't necessarily endorse those color choices.
> 
> But those colours are so beautiful in combination...  ;-)
> 
> Set
> 
> XTerm*termName: xterm-color
> 
> as well, if you want to be certain that anything that cares about ${TERM}
> gets an appropriate value.
> 
> Dan

alternatively, you could just launch xterm like:

$ xterm -tn xterm-color

it appears that you are using 4.8-RELEASE, but apparently sometime
around Aug 27, 2002 xterm's termcap entry supports color by default.
per /usr/src/UPDATING:

20020827:
Our /etc/termcap now has all the entries from the XFree86 xterm
almost unchanged. This means xterm now supports color by default.
If you used TERM=xterm-color in the past you now should use
TERM=xterm. (xterm-color will lead to benign warnings).

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Re: Xterm-color

2003-09-13 Thread Daniel Bye
On Sat, Sep 13, 2003 at 06:43:24PM -0400, Bob Hall wrote:
> On Sat, Sep 13, 2003 at 06:22:29PM -0400, Todd Stephens wrote:
> > Probably a no-brainer, but how can I make my xterm start as xterm-color?  
> > If I want color ls, I have to type TERM=xterm-color from the command 
> > line every time I start a new terminal window.  What file do I need to 
> > edit to make X start with xterm-color?
> 
> ~/.Xdefaults
> ---
> xterm*background: green
> xterm*foreground: yellow
> xterm*highlightColor: purple
> 
> I don't necessarily endorse those color choices.

But those colours are so beautiful in combination...  ;-)

Set

XTerm*termName: xterm-color

as well, if you want to be certain that anything that cares about ${TERM}
gets an appropriate value.

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp0.pgp
Description: PGP signature


Re: Xterm-color

2003-09-13 Thread Bob Hall
On Sat, Sep 13, 2003 at 06:22:29PM -0400, Todd Stephens wrote:
> Probably a no-brainer, but how can I make my xterm start as xterm-color?  
> If I want color ls, I have to type TERM=xterm-color from the command 
> line every time I start a new terminal window.  What file do I need to 
> edit to make X start with xterm-color?

~/.Xdefaults
---
xterm*background: green
xterm*foreground: yellow
xterm*highlightColor: purple

I don't necessarily endorse those color choices.

Bob Hall
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Xterm-color

2003-09-13 Thread Todd Stephens
Probably a no-brainer, but how can I make my xterm start as xterm-color?  
If I want color ls, I have to type TERM=xterm-color from the command 
line every time I start a new terminal window.  What file do I need to 
edit to make X start with xterm-color?


-- 
Todd Stephens
ICQ# 3150790
"A witty saying proves nothing."
-Voltaire

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mutt and xterm-color problems

2003-01-28 Thread Thomas Spreng
On Sun, Jan 26, 2003 at 06:04:27PM +, Daniel Bye wrote:
> On Sun, Jan 26, 2003 at 02:00:23PM +0100, Thomas Spreng wrote:
> > Hi,
> > im using 'xterm-color' as TERM. I have a mutt color config that displays
> > the headers in the message index with different colors (depending on sender).
> > New and unread messages are colored with the same color but they are bright,
> > or better should be.
> > Heres the appropriate section:
> > 
> > color index brightwhite default ~N  # new messages
> > color index green   default "~f dom.ch" # from dom.ch
> > color index brightgreen default "~N ~f dom.ch"  # new from dom.ch
> > color index cyandefault "~l"# my mailinglists
> > color index brightcyan  default "~N ~l" # new mailinglists
> > color index yellow  default "~P"# my mails
> > color index brightyellowdefault "~N ~P" # new mails from myself
> >  
> > The probles is that 'xterm-color' seems to have problems with displaying the 
> > bright colors, some subjects are displayed bright, some not, some only partial.
> > 'rxvt' doesn't have that problem btw.
> > 
> > Does anyone know how to fix that?
> 
> What versions of FreeBSD and Mutt are you running?  I used to have very
> similar problems, but since upgrading to 4.7-STABLE and Mutt 1.4i, the
> problem has gone away.

strange...im running Mutt 1.4i as well and a 4.7 build from Dec 7 2002,
i also have rebuild my termcap db but that didnt work either.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: mutt and xterm-color problems

2003-01-26 Thread Daniel Bye
On Sun, Jan 26, 2003 at 02:00:23PM +0100, Thomas Spreng wrote:
> Hi,
> im using 'xterm-color' as TERM. I have a mutt color config that displays
> the headers in the message index with different colors (depending on sender).
> New and unread messages are colored with the same color but they are bright,
> or better should be.
> Heres the appropriate section:
> 
> color index brightwhite default ~N# new messages
> color index green   default "~f dom.ch"   # from dom.ch
> color index brightgreen default "~N ~f dom.ch"# new from dom.ch
> color index cyandefault "~l"  # my mailinglists
> color index brightcyan  default "~N ~l"   # new mailinglists
> color index yellow  default "~P"  # my mails
> color index brightyellowdefault "~N ~P"   # new mails from myself
>  
> The probles is that 'xterm-color' seems to have problems with displaying the 
> bright colors, some subjects are displayed bright, some not, some only partial.
> 'rxvt' doesn't have that problem btw.
> 
> Does anyone know how to fix that?

What versions of FreeBSD and Mutt are you running?  I used to have very
similar problems, but since upgrading to 4.7-STABLE and Mutt 1.4i, the
problem has gone away.

Of course, if for any reason you are not able to upgrade, this is only
so much hot air, for which I apologise.  ;-)

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



mutt and xterm-color problems

2003-01-26 Thread Thomas Spreng
Hi,
im using 'xterm-color' as TERM. I have a mutt color config that displays
the headers in the message index with different colors (depending on sender).
New and unread messages are colored with the same color but they are bright,
or better should be.
Heres the appropriate section:

color index brightwhite default ~N  # new messages
color index green   default "~f dom.ch" # from dom.ch
color index brightgreen default "~N ~f dom.ch"  # new from dom.ch
color index cyandefault "~l"# my mailinglists
color index brightcyan  default "~N ~l" # new mailinglists
color index yellow  default "~P"# my mails
color index brightyellowdefault "~N ~P" # new mails from myself
 
The probles is that 'xterm-color' seems to have problems with displaying the 
bright colors, some subjects are displayed bright, some not, some only partial.
'rxvt' doesn't have that problem btw.

Does anyone know how to fix that?

Cheers,
Tom

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message