Fix bug #13864 with flickering of TTY frames in an emacslient session.
authorEli Zaretskii <eliz@gnu.org>
Wed, 10 Apr 2013 15:38:20 +0000 (18:38 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 10 Apr 2013 15:38:20 +0000 (18:38 +0300)
commitf009190abc3a010cc0ad01df81d02585d436ea3d
tree4d0c910e1f79b2104ca6c12e2b8fd1d3dfd673cd
parentda3cda2d10f5cbe398ea570e752a9921df7e18d8
Fix bug #13864 with flickering of TTY frames in an emacslient session.

 src/frame.c (do_switch_frame): Mark the TTY frame we switch to as
 garbaged only if it is not already the top frame on its TTY.  This
 prevents flickering due to constant redrawing of TTY frames when
 there are GUI frames open in the same session.
src/ChangeLog
src/frame.c