]> git.eshelyaron.com Git - emacs.git/commit
Improve 'window-text-pixel-size' when buffer includes images
authorEli Zaretskii <eliz@gnu.org>
Sun, 3 Dec 2023 16:29:09 +0000 (18:29 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 3 Dec 2023 16:29:09 +0000 (18:29 +0200)
commit33b6de7acec0536290939303855947c0c2af57d2
tree0a2c696be9e655b9f59ae0f9f6ec8d77a26ac728
parenta42e0c6918e905e10dbfcf74b39426b8250f160d
Improve 'window-text-pixel-size' when buffer includes images

* src/xdisp.c (window_text_pixel_size): Fix computation of Y when
IGNORE_LINE_AT_END is non-nil and there's a 'display' property at
TO.  Improve movement to beginning of screen line at start.  Fix
computation of Y when lines are truncated and a line begins with a
'display' property at TO.
(produce_image_glyph): Don't crop image glyph when word-wrap is in
effect.  (Bug#67533)
src/xdisp.c