]> git.eshelyaron.com Git - emacs.git/commit
Fix display of stretch glyphs
authorEli Zaretskii <eliz@gnu.org>
Fri, 17 Sep 2021 14:07:32 +0000 (17:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 17 Sep 2021 14:07:32 +0000 (17:07 +0300)
commit6397faaaf9b9e47f73d56f330e4964517d646968
tree021ee483c2cfe929d4b0e096adaeb3a2d2304530
parent12d2fb58c416b557924174f57bfb1c9b9e7cf999
Fix display of stretch glyphs

* src/xterm.c (x_draw_stretch_glyph_string):
* src/w32term.c (w32_draw_stretch_glyph_string): Fix drawing
stretch glyphs when the window is hscrolled.  (The original
pre-Jan-2021 code was almost correct, except that it used
'window_box_left_offset' instead of 'window_box_left', and didn't
restrict the background_width fixup to text-area.)  (Bug#50564)
src/w32term.c
src/xterm.c