aboutsummaryrefslogtreecommitdiff
path: root/vendor/maunium.net/go/tcell/terminfo/term_tvi970.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_tvi970.go
parent2fc3378b717f40f37f3a188b68407887242d9c06 (diff)
Switch to Go modules and make other changes
Diffstat (limited to 'vendor/maunium.net/go/tcell/terminfo/term_tvi970.go')
-rw-r--r--vendor/maunium.net/go/tcell/terminfo/term_tvi970.go39
1 files changed, 0 insertions, 39 deletions
diff --git a/vendor/maunium.net/go/tcell/terminfo/term_tvi970.go b/vendor/maunium.net/go/tcell/terminfo/term_tvi970.go
deleted file mode 100644
index 16cace2..0000000
--- a/vendor/maunium.net/go/tcell/terminfo/term_tvi970.go
+++ /dev/null
@@ -1,39 +0,0 @@
-// Generated automatically. DO NOT HAND-EDIT.
-
-package terminfo
-
-func init() {
- // televideo 970
- AddTerminfo(&Terminfo{
- Name: "tvi970",
- Columns: 80,
- Lines: 24,
- Clear: "\x1b[H\x1b[2J",
- EnterCA: "\x1b[?20l\x1b[?7h\x1b[1Q",
- AttrOff: "\x1b[m",
- Underline: "\x1b[4m",
- Italic: "\x1b[3m",
- Strikethrough: "\x1b[9m",
- PadChar: "\x00",
- EnterAcs: "\x1b(B",
- ExitAcs: "\x1b(B",
- SetCursor: "\x1b[%i%p1%d;%p2%df",
- CursorBack1: "\b",
- CursorUp1: "\x1bM",
- KeyUp: "\x1b[A",
- KeyDown: "\x1b[B",
- KeyRight: "\x1b[C",
- KeyLeft: "\x1b[D",
- KeyBackspace: "\b",
- KeyHome: "\x1b[H",
- KeyF1: "\x1b?a",
- KeyF2: "\x1b?b",
- KeyF3: "\x1b?c",
- KeyF4: "\x1b?d",
- KeyF5: "\x1b?e",
- KeyF6: "\x1b?f",
- KeyF7: "\x1b?g",
- KeyF8: "\x1b?h",
- KeyF9: "\x1b?i",
- })
-}