projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3fac94
)
Make the Contour terminal an alias of xterm-256color
author
Yaraslau Tamashevich
<yaraslau.tamashevich@gmail.com>
Fri, 23 Dec 2022 09:39:25 +0000
(11:39 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Dec 2022 07:50:51 +0000
(09:50 +0200)
* lisp/faces.el (term-file-aliases): Make the Contour terminal an
alias of xterm-256color. (Bug#60278)
Copyright-paperwork-exempt: yes
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index c69339e2fdcae40609317814ae2ef8fdc53fdb28..29e26e4c651b4b376115bdbf42868deed702152d 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-47,7
+47,8
@@
the terminal-initialization file to be loaded."
("vt400" . "vt200")
("vt420" . "vt200")
("alacritty" . "xterm")
- ("foot" . "xterm"))
+ ("foot" . "xterm")
+ ("contour" . "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."