GNU bug report logs -
#1867
Resizing window causes text flickering when using antialiased font on X
Previous Next
Reported by: Bo Lin <lbsmtp <at> gmail.com>
Date: Mon, 12 Jan 2009 10:20:03 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 1867 <at> debbugs.gnu.org (full text, mbox):
> From: Chong Yidong <cyd <at> stupidchicken.com>
> Cc: "Jan D." <jan.h.d <at> swipnet.se>, 1867 <at> debbugs.gnu.org, lbsmtp <at> gmail.com
> Date: Wed, 05 Oct 2011 17:57:29 -0400
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > The way redisplay is written, _any_ change to dimensions of _any_
> > window sets a flag that will cause a thorough redisplay of all the
> > windows on all the visible frames. However, I'd expect that redisplay
> > of any window not affected by the resizing be limited to redrawing the
> > cursor.
>
> Resizing a window redraws all windows on the same frame, even those
> unaffected by the resizing.
What do you mean by "redraws"? It generates the full desired glyph
matrices for each window, but there's code in dispnew.c that compares
the desired matrix with the current matrix, and only redraws the parts
that changed. Are you saying that this optimization is disabled? Do
you actually see the xterm backend redrawing each and every window in
this use case?
This bug report was last modified 13 years and 233 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.