From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2522 invoked by alias); 27 May 2011 01:29:04 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29386 Received: (qmail 19425 invoked from network); 27 May 2011 01:29:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.171 as permitted sender) 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= MIME-Version: 1.0 In-Reply-To: References: <20101024191229.0bc47b23@pws-pc.ntlworld.com> Date: Fri, 27 May 2011 03:28:59 +0200 Message-ID: Subject: Re: Fun redraw issue with double-width characters From: Mikael Magnusson To: zsh workers Content-Type: text/plain; charset=UTF-8 Any complaints about this one? On 25 October 2010 06:14, Mikael Magnusson 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