bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#23993: [PATCH] Fix cursor display (bug#23993)


From: David Reitter
Subject: bug#23993: [PATCH] Fix cursor display (bug#23993)
Date: Sat, 16 Jul 2016 11:50:58 +0900

On Jul 16, 2016, at 5:15 AM, Alan Third <alan@idiocy.org> wrote:

> -      y =- glyph->ascent - row->ascent;
> +      y -= glyph->ascent - row->ascent;

Nice, well done.  Fixes the problem for me.







reply via email to

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