]> git.eshelyaron.com Git - emacs.git/commitdiff
Make the Foot terminal an alias of xterm-256color
authorDavide Masserut <dm@mssdvd.com>
Wed, 6 Apr 2022 10:24:09 +0000 (12:24 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 6 Apr 2022 10:24:09 +0000 (12:24 +0200)
* lisp/faces.el (term-file-aliases): Make the foot terminal an alias
of xterm-256color (bug#54739).

lisp/faces.el

index 30f8483159a9355a796e389472b594b56cb4a0d1..48a8222243176dbd042dbba3a2f2f46062de394d 100644 (file)
@@ -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."