]> git.eshelyaron.com Git - emacs.git/commit
Fix Proced display header alignment under 'text-scale-adjust'
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Jul 2023 12:19:02 +0000 (15:19 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Jul 2023 12:19:02 +0000 (15:19 +0300)
commit845d6561ed07a8a979200a389a39db08dffccdc8
tree1065ff3e94f00f1e898ee234a3dc679bb0c2d3db
parentc55e67081e9873a32b6e665e44f3e5a9c301255f
Fix Proced display header alignment under 'text-scale-adjust'

* lisp/proced.el (proced-mode): Force the header-line to scale
according to 'text-scale-adjust'.
(proced-header-line): Use width of the header-line's face's
characters as align-to units, not the width of the frame's
default face's font.  (Bug#64752)

* src/xdisp.c (calc_pixel_width_or_height): Use font's
average_width or space_width, not max_width, as the correct
measure of the font's width.  This is consistent with the rest of
the display engine.
lisp/proced.el
src/xdisp.c