zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ifh.de>
To: zsh-workers@math.gatech.edu
Cc: Tal Ovadia <tovadia@iil.intel.com>
Subject: Re: Problems with zsh & HP10.20
Date: Tue, 21 Apr 1998 13:59:17 +0200	[thread overview]
Message-ID: <199804211159.NAA01701@hydra.ifh.de> (raw)
In-Reply-To: "Tal Ovadia"'s message of "Tue, 21 Apr 1998 12:46:49 MST." <9804210946.AA03852@ius085.iil.intel.com>

Tal Ovadia wrote:
> I have compiled zsh3.0.5 on HPUX 10.20 with no problems, how ever the arrow k
> eys do not work and I could not find the reason why (same thing with zsh 3.0.
> 2)
> any ideas ?

It's time I put something in the FAQ:  does anyone have any
information to add to/subtract from/modify in the following? (This is
the YODL source.)


sect(Why do the cursor (arrow) keys not work?)

  The cursor keys send different codes depending on the terminal; zsh
  only binds the most well known versions.  If you see these problems,
  try putting the following in your tt(.zshrc):

  verb(
    bindkey "$(echotc kl)" backward-char
    bindkey "$(echotc kr)" forward-char
    bindkey "$(echotc ku)" up-line-or-history
    bindkey "$(echotc kd)" down-line-or-history
  )
  
  If you use vi mode, use mytt(vi-backward-char) and mytt(vi-forward-char)
  where appropriate.


-- 
Peter Stephenson <pws@ifh.de>       Tel: +39 50 844536
WWW:  http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy


  reply	other threads:[~1998-04-21 12:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-04-21  9:46 Tal Ovadia
1998-04-21 11:59 ` Peter Stephenson [this message]
1998-04-21 12:43   ` Andrew Main
1998-04-21 12:32 Andrej Borsenkow
1998-04-21 13:48 ` Andrew Main

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=199804211159.NAA01701@hydra.ifh.de \
    --to=pws@ifh.de \
    --cc=tovadia@iil.intel.com \
    --cc=zsh-workers@math.gatech.edu \
    /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).