Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Can this be done?
- X-seq: zsh-workers 1387
- From: Hrvoje Niksic <hniksic@xxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (ZSH Workers Mailing List)
- Subject: Re: Can this be done?
- Date: 20 Jun 1996 22:43:37 +0200
- In-reply-to: Lee Eakin's message of Thu, 20 Jun 1996 14:51:42 -0500
- References: <199606201951.OAA20489@xxxxxxxxxxxxxxxxx>
- Sender: hniksic@xxxxxxxxxxxxxx
Lee Eakin (leakin@xxxxxxxxxxxxxxxxxxxxx) wrote:
> zsh: can't find termcap info for xterm%myhost:0.0
I have a similar problem when telnet-ing from a misconfigured network,
with terminal-type dec-vt220 (instead of just vt220). Now I have in
.zlogin something like:
case "$TERM" in
dec-vt*) TERM=vt100 ;;
[...]
esac
but it still complains "can't find termcap info for dec-vt220" and
then works normally after the resetting in .z*.
--
hniksic@xxxxxxx | Student of electrical engineering
hniksic@xxxxxxxxxxxxx | University of Zagreb, Croatia
------------------------------------------------------------------
Mime is a standard for waving your hands through the air, aimlessly,
while people stand around yawning.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author