bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH] terminfo: add hterm entry


From: Mike Frysinger
Subject: [PATCH] terminfo: add hterm entry
Date: Mon, 15 Mar 2021 02:30:32 -0400

From: Mike Frysinger <vapier@chromium.org>

The Chromium hterm project has been around for about 10 years now.
Should formalize it in the central database now.
---
I've never really touched the terminfo.src file before, so I'm sure
I've gotten something wrong here.

 misc/terminfo.src | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/misc/terminfo.src b/misc/terminfo.src
index 08873bdd26bd..c5f8b8b89288 100644
--- a/misc/terminfo.src
+++ b/misc/terminfo.src
@@ -5888,6 +5888,16 @@ vte-256color|VTE with xterm 256-colors,
 xfce|Xfce Terminal,
        use=vte-2008,
 
+# HTERM
+#
+# https://hterm.org
+#
+# A terminal for the web that is used heavily in Google Chrome OS.
+hterm|Chromium hterm,
+       U8#1, use=xterm+osc104, use=xterm-new,
+hterm-256color|Chromium hterm with xterm 256-colors,
+       use=xterm+256color2, use=hterm,
+
 # TERMITE
 #
 # https://github.com/thestinger/termite
-- 
2.30.0




reply via email to

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