aboutsummaryrefslogtreecommitdiff
path: root/vendor/maunium.net/go/tcell/terminfo/term_tvi921.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_tvi921.go
parent2fc3378b717f40f37f3a188b68407887242d9c06 (diff)
Switch to Go modules and make other changes
Diffstat (limited to 'vendor/maunium.net/go/tcell/terminfo/term_tvi921.go')
-rw-r--r--vendor/maunium.net/go/tcell/terminfo/term_tvi921.go33
1 files changed, 0 insertions, 33 deletions
diff --git a/vendor/maunium.net/go/tcell/terminfo/term_tvi921.go b/vendor/maunium.net/go/tcell/terminfo/term_tvi921.go
deleted file mode 100644
index da661d8..0000000
--- a/vendor/maunium.net/go/tcell/terminfo/term_tvi921.go
+++ /dev/null
@@ -1,33 +0,0 @@
-// Generated automatically. DO NOT HAND-EDIT.
-
-package terminfo
-
-func init() {
- // televideo model 921 with sysline same as page & real vi function
- AddTerminfo(&Terminfo{
- Name: "tvi921",
- Columns: 80,
- Lines: 24,
- Clear: "\x1a",
- ShowCursor: "\x1b.3",
- AttrOff: "\x1bG0",
- Underline: "\x1bG8",
- Italic: "\x1b[3m",
- Strikethrough: "\x1b[9m",
- Reverse: "\x1bG4",
- PadChar: "\x00",
- EnterAcs: "\x1b$",
- ExitAcs: "\x1b%%",
- SetCursor: "\x1b=%p1%' '%+%c%p2%' '%+%c$<3/>",
- CursorBack1: "\b",
- CursorUp1: "\v",
- KeyUp: "\v",
- KeyDown: "\x16",
- KeyRight: "\f",
- KeyLeft: "\b",
- KeyInsert: "\x1bQ",
- KeyDelete: "\x1bW",
- KeyBackspace: "\b",
- KeyClear: "\x1a",
- })
-}