Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh problem
- X-seq: zsh-users 5613
- From: Zefram <zefram@xxxxxxxx>
- To: Daniel.Norris@xxxxxxxxx
- Subject: Re: zsh problem
- Date: Tue, 24 Dec 2002 22:24:29 +0000
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <58D73BB53FF60440A12C02091C78F0B8024FA696@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <58D73BB53FF60440A12C02091C78F0B8024FA696@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Daniel.Norris@xxxxxxxxx wrote:
>I have down loaded and installed a HP-UX 11.0 version of zsh shell. I can not get the backspace or delete keys to function in zsh.
>Tried setting stty erase `^H` < /dev/ttyconf. This is set, but backspace and delete still does not work.
Can you give more information please? Are you referring to the command
line editor within the shell? What exactly happens when you try to use
these keys? The Zsh line editor doesn't use stty settings; by default
it interprets both ^H and ^? as a destructive backspace. Is the zle
module loading correctly (type "zmodload" within the shell)?
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author