]> git.eshelyaron.com Git - emacs.git/commit
Disable more redisplay optimizations when child frames are visible
authorGerd Möllmann <gerd@gnu.org>
Fri, 24 Jan 2025 10:18:54 +0000 (11:18 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 25 Jan 2025 17:43:45 +0000 (18:43 +0100)
commite16bae514b151aacd6a076c70078ba5b6b4bef67
treed11787b5ed73f782eac16caacfb2fd5ad1c0475e
parent76c89608601a9f85ed1fe4f55086da254dc09ca7
Disable more redisplay optimizations when child frames are visible

* src/xdisp.c (redisplay_internal): Disable more optimizations
on a tty root frame displaying a child frame.
(try_cursor_movement,(try_window_reusing_current_matrix)
(try_window_id): Don't use on tty root frames displaying a child frame.

(cherry picked from commit 07a2a67e3bfd674daad7a7d8947a0ab67b4e13e8)
src/xdisp.c