Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh in screen - bad erase key ^@ instead of ^H or ^?



Chuck wrote:
> Unfortunately, bs really is sending ^@ in screen and I cannot change it.

If that's the case, then bindkey in zsh is your only hope.

> stty erase '^H' or '^?' doesn't change bs at all. It's as if the key
> mapping at a lower level is screwed up.

zsh does have the capability to freeze the terminal settings:  make sure
you have "ttyctl -u" in effect.  "ttyctl" on its own will tell you what
the current state is.  If it reports "tty is not frozen" I think you've
run out of things you can do in the shell.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070



Messages sorted by: Reverse Date, Date, Thread, Author