]> git.eshelyaron.com Git - emacs.git/commit
Prevent text decorations from overwriting surrounding areas on X
authorPo Lu <luangruo@yahoo.com>
Mon, 10 Jan 2022 11:54:36 +0000 (19:54 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 10 Jan 2022 11:54:36 +0000 (19:54 +0800)
commit77c3d41adc9cc0fabdf607cb899d0181b0ccb1e4
tree680134af667a99d969d3a8346a6d4a2656f7c10c
parent4f50d964e51bbe5219f40df4353f4314c7ade985
Prevent text decorations from overwriting surrounding areas on X

* src/xterm.c (x_draw_underwave): New parameter
`decoration_width'.
(x_draw_glyph_string): Constrain decoration width to current
text area.
src/xterm.c