Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
command line not refresh properly with wide chars when cursor would have been inside one
- X-seq: zsh-workers 28354
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: command line not refresh properly with wide chars when cursor would have been inside one
- Date: Sat, 16 Oct 2010 13:21:50 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=LjocD4hOFt56WVH1w8gYN3v1BNMJmjv4w2ctRcnmx/g=; b=JIoUOJkf4dRhUxVxLN6E54JN+lut5ZvylkWietXlo6RGFFV/9woqU0LIfN4F6kIpZk +TLWwg2QV3Fipu5OCeZilWT4/VljD3kYCWOT8TezdnPLZ35gvtkevjXFJj0hZWbAz6J8 0lJP3c6AVQXaFqiHPrIbhY1zUHLIhO7/cH+Zw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=KzT1fDax4rENMdMyFFOtKQWArK7DDO7aMD3phWkHvyBS/nPOMq/1zWjgnd5DQCo2z2 Ml5Wnb6QktT90IhsnwK8KvDkreNmDzJTCuF6nWwSc6OxBqxnnR8+SS4KLisyClo757xg 4/IaaPLELVvrsq+j0ZMUv8TFLik1NulO1lOvI=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
zsh -f
% echo ããã
% uuuuuu<up>
% echo ã [cursor here]
if you type one more (or less, or three or five more) letters, the
line refreshes properly, but when it would have ended up in the middle
of a wide char, the line gets cut off. This has bothered me for quite
some time but I've never been able to figure out the exact
circumstances before. Verified in latest cvs and 4.3.6 with -f.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author