projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eca680
)
Make the Foot terminal an alias of xterm-256color
author
Davide Masserut
<dm@mssdvd.com>
Wed, 6 Apr 2022 10:24:09 +0000
(12:24 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 30f8483159a9355a796e389472b594b56cb4a0d1..48a8222243176dbd042dbba3a2f2f46062de394d 100644
(file)
--- 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."