emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Support for XTerm's 256-color extension?


From: Eli Zaretskii
Subject: Re: Support for XTerm's 256-color extension?
Date: 05 May 2004 08:39:36 +0200

> From: stktrc <address@hidden>
> Date: 05 May 2004 00:34:35 +0300
> 
> Can't seem to get bold working together with 256-colors inside Emacs
> though.

Does it work with the 8-color xterm?

Emacs decides whether text attributes, such as bold, can be used
together with color by looking at the termcap/terminfo entry for the
terminal.  The "NC" capability there tells Emacs which combinations
are allowed; see the definition of `enum no_color_bit' near line 285
of term.c in the Emacs source tree for more details.

What is the value of "NC" for the 256-color xterm on your system?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]