Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh clears prompt line. Feature or bug?
- X-seq: zsh-workers 21123
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Zsh clears prompt line. Feature or bug?
- Date: Fri, 08 Apr 2005 16:23:33 +0000
- In-reply-to: <20050408152957.GA20933@DervishD>
- 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> <20050408152957.GA20933@DervishD>
On Apr 8, 5:29pm, DervishD wrote:
} Subject: Re: Zsh clears prompt line. Feature or bug?
}
} * Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> dixit:
} > The next complaint, of course, is going to be that zsh clobbers the word
} > "RIGHT" in the following:
} >
} > zsh% echo -n "${(l.COLUMNS-6.. .)}RIGHT\015LEFT"
}
} I wouldn't complain because my 'echo' needs -e to clobber 'RIGHT'.
} OTHO, 'print' clobbers it (correctly) ;))
What I meant was that even if echo or print does not clobber RIGHT, the
printing of the prompt will do so because the output ends in the middle
of the line after LEFT.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author