Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Fun redraw issue with double-width characters



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