]> git.eshelyaron.com Git - emacs.git/commit
Avoid assertion violations due to wrong 'min-width' property
authorEli Zaretskii <eliz@gnu.org>
Thu, 3 Oct 2024 10:32:10 +0000 (13:32 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 4 Oct 2024 10:09:10 +0000 (12:09 +0200)
commit88a78516463ff9f2fac6f2226574b6367ddbb19b
treebb10716b19d8ef31ffed0d716f62f4598e8e46d7
parent4fbfd0e0915a3fcfc64c9fcbaf090878f5128321
Avoid assertion violations due to wrong 'min-width' property

* src/xdisp.c (display_min_width): Ignore 'min-width' display
specs which produce stretch glyphs wider than the window when
lines are truncated.  (Bug#73600)

(cherry picked from commit d5b02b7ad6fc67a10176a2ce56e14592252d3ed7)
src/xdisp.c