zsh-workers
 help / color / mirror / code / Atom feed
From: "Mark Wright" <markw@exln.com>
To: zsh-workers@sunsite.dk
Subject: zsh 4.0.6 HP-UX 11.00 backspace
Date: Tue, 01 Oct 2002 10:32:32 +1000	[thread overview]
Message-ID: <3D9979C0.4265.2BC7282A@localhost> (raw)

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.



                 reply	other threads:[~2002-10-01  0:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D9979C0.4265.2BC7282A@localhost \
    --to=markw@exln.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).