unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#60278: [PATCH] Make the Contour terminal an alias of xterm-256color
@ 2022-12-23  9:51 Yaraslau Tamashevich
  2022-12-24  7:52 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Yaraslau Tamashevich @ 2022-12-23  9:51 UTC (permalink / raw)
  To: 60278

[-- Attachment #1: Type: text/plain, Size: 104 bytes --]

Hi,

here is a small patch to allow Emacs proper handling of Contour terminal


Best regards,

Yaraslau

[-- Attachment #2: 0001-Make-the-Contour-terminal-an-alias-of-xterm-256color.patch --]
[-- Type: text/x-patch, Size: 914 bytes --]

From d500ec89d09d5bb8e24bc894cc6d99c07357332a Mon Sep 17 00:00:00 2001
From: Yaraslau Tamashevich <yaraslau.tamashevich@gmail.com>
Date: Fri, 23 Dec 2022 11:39:25 +0200
Subject: [PATCH] Make the Contour terminal an alias of xterm-256color

* lisp/faces.el (term-file-aliases): Make the Contour terminal an alias of
xterm-256color
---
 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 @@ term-file-aliases
     ("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."
-- 
2.39.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60278: [PATCH] Make the Contour terminal an alias of xterm-256color
  2022-12-23  9:51 bug#60278: [PATCH] Make the Contour terminal an alias of xterm-256color Yaraslau Tamashevich
@ 2022-12-24  7:52 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-12-24  7:52 UTC (permalink / raw)
  To: Yaraslau Tamashevich; +Cc: 60278-done

> Date: Fri, 23 Dec 2022 11:51:45 +0200
> From: Yaraslau Tamashevich <yaraslau.tamashevich@gmail.com>
> 
> here is a small patch to allow Emacs proper handling of Contour terminal

Thanks, installed on the emacs-29 branch, and closing the bug.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-24  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-23  9:51 bug#60278: [PATCH] Make the Contour terminal an alias of xterm-256color Yaraslau Tamashevich
2022-12-24  7:52 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).