1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix mode-line display on TTY frames

* lisp/bindings.el (mode-line-frame-control): Remove the leading
'-' before '%F' on TTY frames.  It has no real purpose, and looks
ugly nowadays, since it's preceded by a blank, due to the new
min-width feature.
This commit is contained in:
Eli Zaretskii 2021-12-06 19:36:07 +02:00
parent c9e901f4a6
commit aa63064fec

View file

@ -288,7 +288,7 @@ mnemonics of the following coding systems:
Value is used for `mode-line-frame-identification', which see."
(if (or (null window-system)
(eq window-system 'pc))
"-%F "
" %F "
" "))
;; We need to defer the call to mode-line-frame-control to the time