Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Fun redraw issue with double-width characters
- X-seq: zsh-workers 29386
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: Fun redraw issue with double-width characters
- Date: Fri, 27 May 2011 03:28:59 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=+/HpYZZ3YIJvUoN+6sT9APHzMzTiIRI9LR3ny8aBI0I=; b=w5Ni+DBaOFT7q4TMkuBxAjtG/sk88ltue2n76Jmp8RHoxNuPEp2NFRGsG0PvzFT3Fb 3p2DHi05+6vGzsQYdpZq/AStkxceshxqjewgNlXhKpv+9srnjaLBE4HYXWFt1aMkW4Y5 +0TIqjI4FnbbHOaia2+a4J7L70xoi+3CI/Qjk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=uDQTh7uV64Yg6kUZXRR/qg+UmWpHSyVMGuIncgpZhfyWvebHlhd+BYEvwSOh6ZD7og Zy3xuUGMYuMPtrp8dsEXHloqDUNJv5pOUoCGMXZi64slHzG6T3xUk28JpXeN7layq1pY RawVIIvuvPiAr8kknLcPJcJoBxZHaSiaNV8Rc=
- In-reply-to: <AANLkTi=g=tVrmxK6XBoD=xzwK+C5yE1x5xXiMQAjc2km@mail.gmail.com>
- 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
- References: <AANLkTinpzD04E3cm+myCUDVEXvhUhQc7VyyNzz2WxzvL@mail.gmail.com> <20101024191229.0bc47b23@pws-pc.ntlworld.com> <AANLkTi=g=tVrmxK6XBoD=xzwK+C5yE1x5xXiMQAjc2km@mail.gmail.com>
Any complaints about this one?
On 25 October 2010 06:14, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> Also noticed this didn't seem to be documented. I usually have special
> set to bold, but when looking at strace output in the first mail i did
> unset zle_highlight and noticed this. (what i should have done was
> zle_highlight=(none) ).
>
> diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
> index 92b5f20..b9abaac 100644
> --- a/Doc/Zsh/zle.yo
> +++ b/Doc/Zsh/zle.yo
> @@ -2350,6 +2350,11 @@ Not all systems support this: for it to work,
> the system's representation of
> wide characters must be code values from the Universal Character Set,
> as defined by IS0 10646 (also known as Unicode).
> )
> +item(Wrapped double-width characters)(
> +When a double-width character appears in the final column of a line, it
> +is instead shown on the next line. The empty space left in the original
> +position is highlighted as a special character.
> +)
> enditem()
>
> If tt(zle_highlight) is not set or no value applies to a particular
>
> --
> Mikael Magnusson
>
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author