Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[4.3 CVS] funny output with multibyte
- X-seq: zsh-workers 22181
- From: François-Xavier Coudert <fxcoudert@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: [4.3 CVS] funny output with multibyte
- Date: Thu, 2 Feb 2006 10:08:04 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZBXuE0piBmt+kHejBfjSgsDQyObYiaAN+taSEyRdkTavfdw2upiHkFw2PYqtq3O2McnZCV8nO3nl0fGsBf1dS51oPPwy7lkI/vxxLQdXkhogNeDGpKboTjQG+7PuZ9+prDalFgC81/Iz+56eIsNQWOxnZED07heawgOo1tgVn3I=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hello,
I have been using the 4.3 devel branch (2006-01-21) for two weeks now
and find it quite stable and behaving nicely. Thanks for all the hard
work on multibyte!
There is one minor glitch I noticed. Here is how to reproduce it:
1. Enter a command that will not return immediately (e.g. "sleep 10")
2. Enter a few keystrokes before it returns, so that the screen is now
pc31 ~ $ sleep 10
azerty
3. When the function returns, the screen turns into :
pc31 ~ $ sleep 10
azerty%
pc31 ~ $ azerty
Please note that the percent sign (%) is followed by spaces up to the
end of the line, and that there is no newline after that.
While it's not a major problem, I found that amazing. Bug or feature?
Thanks,
FX
Messages sorted by:
Reverse Date,
Date,
Thread,
Author