zsh-users
 help / color / mirror / code / Atom feed
* Installed zsh 4.0.6 and now cursor keys don't work fully
@ 2002-10-24 16:17 Stephen Kitchener
  2002-10-25  3:54 ` John Buttery
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Kitchener @ 2002-10-24 16:17 UTC (permalink / raw)
  To: zsh-users

Hi,

I have just installed zsh4.0.6 on to an HP machine, and now the cursor
keys function differently. I used to be able to scroll though the
history buffer, This still happens, but each recalled command is put
onto the end of the previously recalled command line in the history
buffer. ie it looks like this

ls -lals    cd /users2/gnu2

where as there should be 3 separate commands ls, ls -la,cd /users2/gnu2

Is there a simple fix ?

I was running  3.1.9  before I changed up to 4.0.6

Also the backspace key functions differently, as it is used, it will go
forward but only the same amount of characters that have been typed on
the command line, ie if I type ddd it will go forward 3 spaces and then
stop, if I type a further ddd it will go forward another 3 spaces (as I
press the backspace key) and then stop again.

V Strange.


-- 
Stephen M Kitchener
Unix Systems Administrator EMEA APAC
Supply Chain Division.

AspenTech UK
1 Century Court, 
Tolpits Lane,
Watford, Herts, 
WD18 9PT

TEL       +44 (0) 1923 652125
FAX       +44 (0) 1923 652215
EMAIL   steve.kitchener@aspentech.com
WEB     http://www.aspentech.com

Aspenworld 2002
the premier global conference for process industry leaders
October 27 - November 1, 2002
Register at http://www.aspenworld2002.com

Contact

For assistance, please contact Kristine Martin
mailto:kristine.martin@aspentech.com



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Installed zsh 4.0.6 and now cursor keys don't work fully
  2002-10-24 16:17 Installed zsh 4.0.6 and now cursor keys don't work fully Stephen Kitchener
@ 2002-10-25  3:54 ` John Buttery
  0 siblings, 0 replies; 2+ messages in thread
From: John Buttery @ 2002-10-25  3:54 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 2082 bytes --]

* Stephen Kitchener <steve.kitchener@aspentech.com> [2002-10-24 17:17:10 +0100]:
> I have just installed zsh4.0.6 on to an HP machine, and now the cursor
> keys function differently. I used to be able to scroll though the
> history buffer, This still happens, but each recalled command is put
> onto the end of the previously recalled command line in the history
> buffer. ie it looks like this
> 
> ls -lals    cd /users2/gnu2
> 
> where as there should be 3 separate commands ls, ls -la,cd /users2/gnu2
> 
> Is there a simple fix ?
> 
> I was running  3.1.9  before I changed up to 4.0.6
> 
> Also the backspace key functions differently, as it is used, it will go
> forward but only the same amount of characters that have been typed on
> the command line, ie if I type ddd it will go forward 3 spaces and then
> stop, if I type a further ddd it will go forward another 3 spaces (as I
> press the backspace key) and then stop again.

  Well, I wish I could be more specific, but if nobody else knows, maybe
this will set you on your way.  I've seen a problem similar to this,
that was a result of emulation settings (read: $TERM variable).  It's
not that zsh is appending the command vs replacing it, it's that the
terminal isn't properly clearing the line before printing the next
command...see what I mean?  Seems like it's related to your backspace
problem; you can only backspace as many characters as you've typed,
because zsh knows you've only typed that many, it's just that your
terminal is sending the character to the right when you hit backspace
instead of the left.
  Or maybe it's something different entirely.  :) 

-- 
------------------------------------------------------------------------
 John Buttery

      Fascism should more appropriately be called Corporatism
        because it is a merger of state and corporate power.

                          Benito Mussolini

                                     (Web page temporarily unavailable)
------------------------------------------------------------------------

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-25  3:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-24 16:17 Installed zsh 4.0.6 and now cursor keys don't work fully Stephen Kitchener
2002-10-25  3:54 ` John Buttery

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).