zsh-workers
 help / color / mirror / code / Atom feed
* zsh 4.0.6 HP-UX 11.00 backspace
@ 2002-10-01  0:32 Mark Wright
  0 siblings, 0 replies; only message in thread
From: Mark Wright @ 2002-10-01  0:32 UTC (permalink / raw)
  To: zsh-workers

Hello,

In the email below Johannes found there was a problem
with various keys like backspace not working with the
default compilation of what I think would have been
zsh 4.0.4 on HP-UX 11.00.  I encountered the same
problem when compiling zsh 4.0.6 on HP-UX 11.00 with
gcc 3.2 like:

./configure --disable-dynamic

I just wanted to let you know that the fix Johannes
suggested worked for me also.  I edited the configure
script, and on the line termcap_curses_order in
the following case statement:

  case "$host_os" in
  hpux10.*|hpux11.*|solaris*)
      termcap_curses_order="curses ncurses termcap" ;;

I changed it to:

      termcap_curses_order="ncurses curses termcap" ;;

then did:


./configure --disable-dynamic
make install

Then the backspace key works fine.  I used ncurses 5.2.

Thanks, Mark

"SOLVED" zsh problem on HPUX 11.00

--------------------------------------------------------------------------------

X-Mailing-List: <zsh-users@sunsite.auc.dk> 3194
From: Johannes Mähner <johanm@camline.com>
To: "zsh-users@sunsite.auc.dk" <zsh-users@sunsite.auc.dk>
Subject: "SOLVED" zsh problem on HPUX 11.00
Date: Tue, 20 Jun 2000 18:18:40 +0200
Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm
Organization: camline

--------------------------------------------------------------------------------

I "solved" my zsh/termcap problem on our HPUX 11.00 system
by using the brute-force-method:
Installing ncurses-5.0 locally und linking
zsh with these libraries instead of the
original HPUX-curses library solved the problem.

Nevertheless, thanks to anyone who replied to my mail.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-01  0:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-01  0:32 zsh 4.0.6 HP-UX 11.00 backspace Mark Wright

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).