help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: white is #e5e5e5


From: Tassilo Horn
Subject: Re: white is #e5e5e5
Date: Tue, 25 Jan 2011 12:56:36 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Warren Harris <warren@freelon.org> writes:

Hi Warren,

> TERM is set to xterm-color.

I'm not sure what that means in numbers of colors supported.  But with
usual, modern terminal emulators (xterm, konsole, gnome or xfce
terminal), a setting of xterm-256color should work fine and provide 256
colors in emacs[client] in a TTY frame.

I have this in my shell init file, so that this is the default value for
any xterm alike.

--8<---------------cut here---------------start------------->8---
if [[ ${TERM} == "xterm" ]]; then
    export TERM=xterm-256color
fi
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo



reply via email to

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