Moved in-update? flag from <tty-screen> to <screen>.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 14 Sep 2011 20:02:37 +0000 (13:02 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 14 Sep 2011 20:02:37 +0000 (13:02 -0700)
commitc92697b4d9c7c3f3ef1632a4f233991b554d133e
tree0300d48682c7ba9704f4b3ff259ccd8f99f8da41
parent308ab266902b4347e4320be79dd236aa2b18447c
Moved in-update? flag from <tty-screen> to <screen>.

<gtk-screen> can use this in its window coord. operations, to avoid
looping in with-updated-window.  Some of the ops, like
window-mark-visible?, are used at the end of screen update and so do
not need to (shouldn't!) call update-screens!.  Called during command
execution, these same ops need to update-screens! (or at least their
window's buffer drawing).
src/edwin/screen.scm
src/gtk-screen/gtk-screen.scm