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, 0 insertions, 25 deletions
diff --git a/vendor/maunium.net/go/tcell/terminfo/term_hz1500.go b/vendor/maunium.net/go/tcell/terminfo/term_hz1500.go
deleted file mode 100644
index 663aa29..0000000
--- a/vendor/maunium.net/go/tcell/terminfo/term_hz1500.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// 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",
- })
-}