aboutsummaryrefslogtreecommitdiff
path: root/vendor/maunium.net/go/tcell/terminfo/term_tvi912.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-01-11 23:28:47 +0200
committerTulir Asokan <tulir@maunium.net>2019-01-11 23:28:47 +0200
commit331597b9f8a7942cbcb233a328301e4d5bf94fb0 (patch)
tree5ec624585ebf66c63549a098acb6f7421f1193a7 /vendor/maunium.net/go/tcell/terminfo/term_tvi912.go
parent2fc3378b717f40f37f3a188b68407887242d9c06 (diff)
Switch to Go modules and make other changes
Diffstat (limited to 'vendor/maunium.net/go/tcell/terminfo/term_tvi912.go')
-rw-r--r--vendor/maunium.net/go/tcell/terminfo/term_tvi912.go37
1 files changed, 0 insertions, 37 deletions
diff --git a/vendor/maunium.net/go/tcell/terminfo/term_tvi912.go b/vendor/maunium.net/go/tcell/terminfo/term_tvi912.go
deleted file mode 100644
index 7d4094b..0000000
--- a/vendor/maunium.net/go/tcell/terminfo/term_tvi912.go
+++ /dev/null
@@ -1,37 +0,0 @@
-// Generated automatically. DO NOT HAND-EDIT.
-
-package terminfo
-
-func init() {
- // old televideo 912/914/920
- AddTerminfo(&Terminfo{
- Name: "tvi912",
- Aliases: []string{"tvi914", "tvi920"},
- Columns: 80,
- Lines: 24,
- Bell: "\a",
- Clear: "\x1a",
- Underline: "\x1bl",
- 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",
- KeyBackspace: "\b",
- KeyHome: "\x1e",
- KeyF1: "\x01@\r",
- KeyF2: "\x01A\r",
- KeyF3: "\x01B\r",
- KeyF4: "\x01C\r",
- KeyF5: "\x01D\r",
- KeyF6: "\x01E\r",
- KeyF7: "\x01F\r",
- KeyF8: "\x01G\r",
- KeyF9: "\x01H\r",
- })
-}