Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh in screen - bad erase key ^@ instead of ^H or ^?
- X-seq: zsh-workers 24286
- From: Peter Stephenson <pws@xxxxxxx>
- To: Chuck <GBSCDcM8oX5F7qrd@xxxxxxxxxx>
- Subject: Re: zsh in screen - bad erase key ^@ instead of ^H or ^?
- Date: Tue, 18 Dec 2007 18:27:30 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <47680E97.6050505@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <47677243.9030309@xxxxxxxxxx> <20071218102924.0a5bcd0a@news01> <47680E97.6050505@xxxxxxxxxx>
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