]> git.eshelyaron.com Git - emacs.git/commit
Fix resetting the frame's 'frozen_window_starts' flag
authorEli Zaretskii <eliz@gnu.org>
Mon, 15 Apr 2024 13:50:59 +0000 (16:50 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Apr 2024 11:01:21 +0000 (14:01 +0300)
commit4c039b827b2578a554f0380a6c6e86c25f47aa1a
tree78409343d396ce6f9859118a22654620abadbdfa
parentcf1cf1e539507af403001328dd84f933061b928c
Fix resetting the frame's 'frozen_window_starts' flag

* src/window.c (grow_mini_window, shrink_mini_window): Reimplement
how the frame's 'frozen_window_starts' flag is set and reset, to
make sure it is always reset when the mini-window gets to its
normal one-line height.  Patch by Martin Rudalics
<rudalics@gmx.at> (Bug#70038)

(cherry picked from commit 9b755244bf0b9cd5f820ae45a4db14913a587c7b)
src/window.c