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

Re: zsh for HP-UX ???



Daniel.Norris@xxxxxxxxx writes:
 > I have a issue with zsh installed on HP-UX 11.0 and wanted to see
 > if anyone else had the same problem.  After compiling a copy of
 > zsh_4.0.4 and installing it I noticed the backspace and delete keys
 > on the keyboard are no longer functioning. When the keys are used I
 > get a one forward space then nothing.  I installed the same version
 > of zsh on Solaris and the backspace and delete key work correctly
 > Any ides?

I recall a discussion involving problems with the curses library
provided by HP-UX 11.x.  I worked around it by twiddling the LIBS in
the Makefile:

  LIBS            = -lnsl -lHcurses -lcurses -lm  -lc


-- 
Matthew Lovell
HP Systems and VLSI Technology



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