emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master aa63064: Fix mode-line display on TTY frames


From: Eli Zaretskii
Subject: master aa63064: Fix mode-line display on TTY frames
Date: Mon, 6 Dec 2021 12:37:51 -0500 (EST)

branch: master
commit aa63064fec4b94bbe090ea17965062bfc11ee944
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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.
---
 lisp/bindings.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/bindings.el b/lisp/bindings.el
index 8a85075..98a12a2 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]