]> git.eshelyaron.com Git - emacs.git/commit
Fix display of strike-through text in variable-height lines
authorEli Zaretskii <eliz@gnu.org>
Thu, 2 Mar 2017 15:37:18 +0000 (17:37 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 Mar 2017 15:37:18 +0000 (17:37 +0200)
commit511a3c3ba27352fde26ae2371a9d4a64c6418122
treeb5683586c5de0e2bb97fa8cf207e1b3e0b782812
parentae8835619655a0e28c4d84bbd8c46cc29aac6ad3
Fix display of strike-through text in variable-height lines

* src/nsterm.m (ns_draw_text_decoration):
* src/xterm.c (x_draw_glyph_string):
* src/w32term.c (x_draw_glyph_string): Fix calculation of the
strike-through y-coordinate for a glyph row which is taller than
the strike-through text.  (Bug#25907)
src/nsterm.m
src/w32term.c
src/xterm.c