]> git.eshelyaron.com Git - emacs.git/commit
Fix display of text decorations in the mode line
authorPo Lu <luangruo@yahoo.com>
Wed, 12 Jan 2022 03:09:52 +0000 (11:09 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 12 Jan 2022 03:09:52 +0000 (11:09 +0800)
commit9376f456af5824b0bda5b5dff62fc6f6cb1231bf
treecb02147bfd3b59d0a9b99ce006f292a0222e50db
parentf2fcea2716405aac9a3a6013b284b6b7be634725
Fix display of text decorations in the mode line

This is considered a temporary fix until the cause of
fringe-overwriting underlines is established.

* src/xterm.c (x_draw_glyph_string): Don't constrain decorations
if the row is a tab or modeline.
src/xterm.c