projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b75db97
)
Make the Alacritty terminal an alias of xterm-256color
author
Tassilo Horn
<tsdh@gnu.org>
Tue, 25 May 2021 20:38:14 +0000
(22:38 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 25 May 2021 20:38:14 +0000
(22:38 +0200)
* lisp/faces.el (term-file-aliases): Make the Alacritty terminal
an alias of xterm-256color (bug#48439).
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 9969140f0ca7338fdf9f64376192fa0bba9cafa1..308da9367d582f83f666a5d094b2ba3cf0d99b28 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-46,7
+46,7
@@
the terminal-initialization file to be loaded."
("vt320" . "vt200")
("vt400" . "vt200")
("vt420" . "vt200")
- )
+
("alacritty" . "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."