Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Extra character added for type-ahead echo
- X-seq: zsh-workers 22722
- From: Roman Cheplyaka <roman.cheplyaka@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Extra character added for type-ahead echo
- Date: Sat, 16 Sep 2006 14:04:54 +0300
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:content-transfer-encoding:in-reply-to:user-agent; b=rv8THKg9+wA4V/ZllNFEto4tVjINJ4uW0jtZ1xOqufmw5AN5tOlkxqnyj1e22NiJY7ry1YhG5ZDKcAuF+IxZmWJrITODk/8N6meTl7ynVTa4Y0TVQxU4D7yNKiBj3KC+uRpFwcxXBilukBVPRLwLhHlO9MRE0LG4iq269Q+G/KE=
- In-reply-to: <200609161448.35772.arvidjaar@xxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200609161448.35772.arvidjaar@xxxxxxxxxx>
* Andrey Borzenkov <arvidjaar@xxxxxxxxxx> [2006-09-16 14:48:34+0400]
> Press ENTER and quickly type in any character before prompt appears (I have
> extra dcop call to set window title, so it takes some time). It is echoed
> back with extra character added; after that it is correctly shown on next
> line:
>
> {pts/0}% cd
> c%
> {pts/0}% c
Zsh adds this '%' to indicate that output is not terminated by the newline.
Try e.g.
% echo -n c
--
Roman I. Cheplyaka
— Если бы бог был, то я дал бы ему в рожу за то, что здесь происходит!
Майк Науменко
Messages sorted by:
Reverse Date,
Date,
Thread,
Author