* lisp/proced.el (proced-header-line): Account for the width taken
by display-line-numbers. (Bug#27895)
(defun proced-header-line ()
"Return header line for Proced buffer."
- (list (propertize " " 'display '(space :align-to 0))
+ (list (propertize " "
+ 'display
+ (list 'space :align-to (+ 2 (line-number-display-width))))
(if (<= (window-hscroll) (length proced-header-line))
(replace-regexp-in-string ;; preserve text properties
"\\(%\\)" "\\1\\1"