]> git.eshelyaron.com Git - emacs.git/commitdiff
Make the Alacritty terminal an alias of xterm-256color
authorTassilo Horn <tsdh@gnu.org>
Tue, 25 May 2021 20:38:14 +0000 (22:38 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 25 May 2021 20:38:14 +0000 (22:38 +0200)
* lisp/faces.el (term-file-aliases): Make the Alacritty terminal
an alias of xterm-256color (bug#48439).

lisp/faces.el

index 9969140f0ca7338fdf9f64376192fa0bba9cafa1..308da9367d582f83f666a5d094b2ba3cf0d99b28 100644 (file)
@@ -46,7 +46,7 @@ the terminal-initialization file to be loaded."
     ("vt320" . "vt200")
     ("vt400" . "vt200")
     ("vt420" . "vt200")
-    )
+    ("alacritty" . "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."