aboutsummaryrefslogtreecommitdiff
path: root/vendor/maunium.net/go/tcell/terminfo/term_hz1500.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/maunium.net/go/tcell/terminfo/term_hz1500.go')
-rw-r--r--vendor/maunium.net/go/tcell/terminfo/term_hz1500.go25
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/maunium.net/go/tcell/terminfo/term_hz1500.go b/vendor/maunium.net/go/tcell/terminfo/term_hz1500.go
new file mode 100644
index 0000000..663aa29
--- /dev/null
+++ b/vendor/maunium.net/go/tcell/terminfo/term_hz1500.go
@@ -0,0 +1,25 @@
+// Generated automatically. DO NOT HAND-EDIT.
+
+package terminfo
+
+func init() {
+ // hazeltine 1500
+ AddTerminfo(&Terminfo{
+ Name: "hz1500",
+ Columns: 80,
+ Lines: 24,
+ Bell: "\a",
+ Clear: "~\x1c",
+ Italic: "\x1b[3m",
+ Strikethrough: "\x1b[9m",
+ PadChar: "\x00",
+ SetCursor: "~\x11%p2%p2%?%{30}%>%t%' '%+%;%'`'%+%c%p1%'`'%+%c",
+ CursorBack1: "\b",
+ CursorUp1: "~\f",
+ KeyUp: "~\f",
+ KeyDown: "\n",
+ KeyRight: "\x10",
+ KeyLeft: "\b",
+ KeyHome: "~\x12",
+ })
+}