Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: cannot find termcap info for xterm-color



On Mar 19, 11:41am, Jeff Shipman wrote:
} Subject: cannot find termcap info for xterm-color
}
} /u/jeff/.zshrc: can't find termcap info for xterm-color [90]
} 
} so how can I get zsh to find it and use it?

First, try using TERM=color_xterm instead, and see if that doesn't fix
you up.  Sometimes /etc/termcap has color_xterm but not xterm-color.

Then, if that works, try to find out why zsh is using termcap when it
ought to be using terminfo.  Did you build zsh yourself, or was it
installed by a sysadmin?

(The error message you quoted always says "termcap" when it can't find a
terminal definition, even when using terminfo.)

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author