summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Masserut <dm@mssdvd.com>2022-04-06 12:24:09 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-04-06 12:24:09 +0200
commit45621c0b79b9c480501c77666a54562069653338 (patch)
treed163a412686e19a2123c855ff78bb2c3ca6210fc
parent7eca680e5441a8c2315f3b39e5e1d5581661316c (diff)
downloademacs-45621c0b79b9c480501c77666a54562069653338.tar.gz
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).
-rw-r--r--lisp/faces.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 30f8483159a..48a82222431 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."