]> git.eshelyaron.com Git - emacs.git/commit
Fix min-width display spec handling (bug#76014)
authorGerd Möllmann <gerd@gnu.org>
Tue, 4 Feb 2025 05:09:52 +0000 (06:09 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:34:47 +0000 (09:34 +0100)
commit420da376d923fc0a47be7e46255492b4df0d35f1
tree742d31ba2c8df7809a52f43e6c7f2fc038bd1a61
parent7ad4fc97dc2b8115284cff4c270b000556ec89d7
Fix min-width display spec handling (bug#76014)

* src/xdisp.c (display_min_width): Take into account that the output may
already be longer than the specified min-width.

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