From: Yaraslau Tamashevich <yaraslau.tamashevich@gmail.com>
Date: Fri, 23 Dec 2022 09:39:25 +0000 (+0200)
Subject: Make the Contour terminal an alias of xterm-256color
X-Git-Tag: emacs-29.0.90~1029
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c90f97d4e5d56ba7cad0205c3f60854ca575f180;p=emacs.git

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
---

diff --git a/lisp/faces.el b/lisp/faces.el
index c69339e2fdc..29e26e4c651 100644
--- 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."