emacs-diffs
[Top][All Lists]
Advanced

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

master 45621c0b79 2/2: Make the Foot terminal an alias of xterm-256color


From: Lars Ingebrigtsen
Subject: master 45621c0b79 2/2: Make the Foot terminal an alias of xterm-256color
Date: Wed, 6 Apr 2022 06:24:53 -0400 (EDT)

branch: master
commit 45621c0b79b9c480501c77666a54562069653338
Author: Davide Masserut <dm@mssdvd.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Make the Foot terminal an alias of xterm-256color
    
    * lisp/faces.el (term-file-aliases): Make the foot terminal an alias
    of xterm-256color (bug#54739).
---
 lisp/faces.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/faces.el b/lisp/faces.el
index 30f8483159..48a8222243 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -46,7 +46,8 @@ the terminal-initialization file to be loaded."
     ("vt320" . "vt200")
     ("vt400" . "vt200")
     ("vt420" . "vt200")
-    ("alacritty" . "xterm"))
+    ("alacritty" . "xterm")
+    ("foot" . "xterm"))
   "Alist of terminal type aliases.
 Entries are of the form (TYPE . ALIAS), where both elements are strings.
 This means to treat a terminal of type TYPE as if it were of type ALIAS."



reply via email to

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