Fix dirvish tty rendering

This commit is contained in:
Alexander Rosenberg 2024-12-25 04:27:45 -08:00
parent e1b18eeefe
commit 82e2f5d753
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -2213,7 +2213,7 @@ functions (only eshell uses it at the time of writing)."
(puthash uid new-name
(cdr my/-dirvish-uid-name-cache))
(setq uid new-name))))
(cons 'right (propertize (format "%s %s" uid (file-attribute-modes f-attrs))
(cons 'right (propertize (format " %s %s" uid (file-attribute-modes f-attrs))
'face (or hl-face 'dirvish-file-time)))))
(let ((cur-val dirvish-ui-setup-items))
(cl-pushnew '("o" file-owner-mode "File owner and mode")