]> git.eshelyaron.com Git - emacs.git/commit
Fix display of mode line when the right divider is used
authorEli Zaretskii <eliz@gnu.org>
Thu, 17 Nov 2022 09:21:01 +0000 (11:21 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 17 Nov 2022 09:21:01 +0000 (11:21 +0200)
commit667857211072a0d80192e49cf9788ccdbfa856c5
treefc8f40a237d0a417a33a78cfef59d31950cf4fdc
parent61b9f2c3179aa454963493e1923307e875e2322a
Fix display of mode line when the right divider is used

* src/xdisp.c (init_iterator): For the mode-line, adjust
last_visible_x due to the right divider and the 'box' attribute,
if any, of the mode-line face.
(display_min_width): Update current_x after producing the stretch
glyph, to mimic PRODUCE_GLYPHS.
(display_mode_line): Widen the last glyph to account for adding
the right box line to it.  (Bug#5930)
src/xdisp.c