emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 c90f97d4e5: Make the Contour terminal an alias of xterm-256colo


From: Eli Zaretskii
Subject: emacs-29 c90f97d4e5: Make the Contour terminal an alias of xterm-256color
Date: Sat, 24 Dec 2022 02:51:43 -0500 (EST)

branch: emacs-29
commit c90f97d4e5d56ba7cad0205c3f60854ca575f180
Author: Yaraslau Tamashevich <yaraslau.tamashevich@gmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    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
---
 lisp/faces.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]