aboutsummaryrefslogtreecommitdiff
path: root/vendor/maunium.net/go/tcell/terminfo/term_adm3a.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/maunium.net/go/tcell/terminfo/term_adm3a.go')
-rw-r--r--vendor/maunium.net/go/tcell/terminfo/term_adm3a.go24
1 files changed, 0 insertions, 24 deletions
diff --git a/vendor/maunium.net/go/tcell/terminfo/term_adm3a.go b/vendor/maunium.net/go/tcell/terminfo/term_adm3a.go
deleted file mode 100644
index ddc17b0..0000000
--- a/vendor/maunium.net/go/tcell/terminfo/term_adm3a.go
+++ /dev/null
@@ -1,24 +0,0 @@
-// Generated automatically. DO NOT HAND-EDIT.
-
-package terminfo
-
-func init() {
- // lsi adm3a
- AddTerminfo(&Terminfo{
- Name: "adm3a",
- Columns: 80,
- Lines: 24,
- Bell: "\a",
- Clear: "\x1a$<1/>",
- Italic: "\x1b[3m",
- Strikethrough: "\x1b[9m",
- PadChar: "\x00",
- SetCursor: "\x1b=%p1%' '%+%c%p2%' '%+%c",
- CursorBack1: "\b",
- CursorUp1: "\v",
- KeyUp: "\v",
- KeyDown: "\n",
- KeyRight: "\f",
- KeyLeft: "\b",
- })
-}