emacs-devel
[Top][All Lists]
Advanced

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

Re: Redisplay problems?


From: Stefan Monnier
Subject: Re: Redisplay problems?
Date: Thu, 27 Mar 2014 09:55:40 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> Do we use things like "block move"?
> Not sure what you mean by "block move".

Moving a block of pixels.
My concern is whether the redraw may decide to use some other part of
the display to draw a particular region (typically for scrolling).
If we do, then it's important to make sure that part is in-sync with the
current matrices, but if we don't then we don't need to worry about the
display being out-of-sync with the current matrices.


        Stefan



reply via email to

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