Make the Contour terminal an alias of xterm-256color
* lisp/faces.el (term-file-aliases): Make the Contour terminal an alias of xterm-256color. (Bug#60278) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
c3fac9465f
commit
c90f97d4e5
1 changed files with 2 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue