]> git.eshelyaron.com Git - emacs.git/commit
Fix redisplay of mode line after its format changes from nil
authorEli Zaretskii <eliz@gnu.org>
Sun, 30 Apr 2023 13:24:05 +0000 (16:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 30 Apr 2023 13:24:05 +0000 (16:24 +0300)
commitca43435816b7c7ceaef1a6fce967cbdbcf243ea3
treed98ef8789e2cb588439f5c93b255e52d03453c40
parent610a7657e0aeaaf6299de76f13a6dc6e4af7db96
Fix redisplay of mode line after its format changes from nil

* src/dispnew.c (update_window): Make sure a mode-line's row of
the current glyph matrix is disabled when the mode line is not
being displayed.  (Bug#63186)
src/dispnew.c