On Thu, Sep 06, 2001 at 02:05:34PM -0700, Will Yardley wrote:
> Denis Perelyubskiy wrote:
> > maybe something along the lines of 
> > 
> > if [ "$COLORTERM" = "Eterm" ]; then
> >       TERM=xterm-color
> > elif [ "$TERM" = "gkrellm" ]; then
> >       TERM=xterm-color
> > else
> >       TERM=linux
> > fi
> 
> i only use xterm-color when i have to - apparently it's a bad setting to
> use for some reason (maybe someone else can clarify this).  if you're
> using XFree86, xterm-xfree86 might be a better setting if it works.

ditto for Eterm (it comes with its own terminfo entry, which also is in
ncurses).

-- 
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net

Reply via email to