Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh clears prompt line. Feature or bug?
- X-seq: zsh-workers 21126
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Zsh clears prompt line. Feature or bug?
- Date: Fri, 08 Apr 2005 19:47:48 +0200
- In-reply-to: <1050408151221.ZM19094@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1dc4e3890504061159601fb049@xxxxxxxxxxxxxx> <20050407172756.GA16416@DervishD> <1dc4e38905040711017a63b0ba@xxxxxxxxxxxxxx> <20050407181536.GD16712@DervishD> <1050407225513.ZM17729@xxxxxxxxxxxxxxxxxxxxxxx> <4374.1112949824@xxxxxxxxxxxxxxxxxxxxxxx> <1050408100927.ZM18483@xxxxxxxxxxxxxxxxxxxxxxx> <5550.1112958038@xxxxxxxxxxxxxxxxxxxxxxx> <1050408151221.ZM19094@xxxxxxxxxxxxxxxxxxxxxxx>
Bart wrote:
> Does that mean that with $terminfo you were able to employ a destructive
> backspace? As I said, for me \b isn't destructive, at least not in the
> sense of making it impossible to mouse-select previously-printed spaces.
Seems I was wrong when saying it worked in xterm. Must have not tested
it right or perhaps the xterm I have at home is different from the one
at work. It does work in pterm, however. Your code in 21119 being as
good as the $terminfo solution.
Closest I can think of for xterm is "\e[1S${(l.COLUMNS.)}\e[1T" but that
still has problems.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author