GNU bug report logs -
#50660
28.0.50; Text artifacting when the cursor moves over text under mouse face that originally displayed a box
Previous Next
Reported by: Po Lu <luangruo <at> yahoo.com>
Date: Sat, 18 Sep 2021 12:24:01 UTC
Severity: normal
Found in version 28.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #119 received at 50660 <at> debbugs.gnu.org (full text, mbox):
> From: Po Lu <luangruo <at> yahoo.com>
> Cc: larsi <at> gnus.org, 50660 <at> debbugs.gnu.org
> Date: Tue, 21 Sep 2021 21:36:41 +0800
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > Are you saying the vpos is _always_ zero? I don't see how this could
> > be true, because display_and_set_cursor uses that to find the glyph
> > row that corresponds to the cursor position, and actually draw the
> > cursor glyph. If vpos is incorrect, the cursor will appear in the
> > long place and will look incorrectly.
>
> Yes, if I start GDB, and step to this line:
>
> --> block_input ();
> display_and_set_cursor (w, true, hpos, w->phys_cursor.vpos,
>
> and do
>
> (gdb) p w->phys_cursor.vpos
>
> I get 0.
It's definitely not what I see here. I see the value that is the
screen line number of the cursor. If the cursor is on the first
screen line, the value is indeed zero (VPOS is zero-based), but not in
general.
This bug report was last modified 3 years and 275 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.