emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bidi reordering engine upgraded


From: Jan Djärv
Subject: Re: Bidi reordering engine upgraded
Date: Sat, 18 Oct 2014 14:34:06 +0200

Hi.

17 okt 2014 kl. 20:45 skrev Eli Zaretskii <address@hidden>:

> 
>   /* Compute frame-relative coordinates for phys cursor.  */
>   get_phys_cursor_geometry (w, row, cursor_glyph, &x, &y, &h);
> -  wd = w->phys_cursor_width;
> +  wd = w->phys_cursor_width - 1;

Are we sure this never becomes negative?
I suggest you check it in so we can test it.  Do we have a test case?

        Jan D.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]