Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: displaying wide characters
- X-seq: zsh-workers 21922
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: PATCH: displaying wide characters
- Date: Mon, 24 Oct 2005 14:41:29 +0200
- Cc: zsh-workers@xxxxxxxxxx
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Naud+IFQfLj6gCp/1NmJPECnCfx/59dErBsFNmyaEZ+AlAFU/bF1H0ARZ3WWmZp8DjPyXZ6kkeTYud6OhgRzFKe85TNPc6AE+kLQjAgQhawMCb/GDod8cTEjmn4hMjjHul36ktA+zLK7sam41elLmd+0sKkO0pQqPtgH/AfDBI4=
- In-reply-to: <20051024100716.2efa76f1.pws@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200510192031.j9JKVYk7010115@xxxxxxxxxxxxxxxxx> <200510192041.j9JKfTJZ010450@xxxxxxxxxxxxxxxxx> <237967ef0510191739t103352a9vad735334a790d8b5@xxxxxxxxxxxxxx> <EXCHANGE03zfSLZZInL00006f40@xxxxxxxxxxxxxxxxxx> <237967ef0510240140g548e0c0r3deb3f4704dc313@xxxxxxxxxxxxxx> <20051024100716.2efa76f1.pws@xxxxxxx>
On 10/24/05, Peter Stephenson <pws@xxxxxxx> wrote:
> Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> > Found one issue with editing wide characters on the command line,
> > input some doublewidth characters, erase one near the left end, then
> > go to the right and erase another.
>
> I think this is to do with the redisplay optimisations, which aren't
> aware of the dummy WEOFs. I've also had problems at the end of the
> line: I think the right thing to do there is first output enough spaces
> so that the wide character appears at the start of the next line.
My terminal (rxvt-unicode) automatically breaks a wide character to
the next line if you try to print it in the last (singlewidth) column
of a line. Zsh does seem to get confused when you get to the second
line then.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author