Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.0.4 on HP-UX?
- X-seq: zsh-users 4613
- From: a normal guy <ee_in_co@xxxxxxxxx>
- To: Thomas Stromberg <thomas.stromberg@xxxxxxxxxxxxxxxxxx>
- Subject: Re: zsh 4.0.4 on HP-UX?
- Date: Tue, 22 Jan 2002 17:07:51 -0800 (PST)
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <87bsh2ug77.fsf@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
--- Hannu Koivisto <azure@xxxxxx> wrote:
> Thomas Stromberg <thomas.stromberg@xxxxxxxxxxxxxxxxxx> writes:
>
> > I installed the 4.0.4 package from the HP-UX freeware site
> at
> > http://hpux.cs.utah.edu onto a few HP-UX 11.0 boxes, and
> everything
> > works:
> >
> > except for the backspace key. It works, but the cursor
> doesn't go
>
> We just fought with the same problem. We also noticed that if
> we
> tried to say "export TERM=xterm" under hpterm where we saw the
> problem, zsh complained that it cannot find the terminfo entry
> even
> though "infocmp xterm" worked just fine.
>
> In any case, we solved the backspace problem by installing
> ncurses
> and then compiling zsh so that it uses ncurses instead of
> HP-UX's
> own curses library (which the precompiled version in the
> freeware
> site used).
>
I fought this problem too, and the fix was similar. In HP-UX
11.00, they redefined the output values of tgetent to 0 (OK) and
-1 (ERR). 0 used to mean there was no such term capability.
The old tgetent is still available in the libHcurses library.
Putting LDFLAGS='-lHcurses' fixed the problem for me.
Scott
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author