summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gdamore/tcell/terminfo/term_tvi921.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gdamore/tcell/terminfo/term_tvi921.go')
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_tvi921.go31
1 files changed, 31 insertions, 0 deletions
diff --git a/vendor/github.com/gdamore/tcell/terminfo/term_tvi921.go b/vendor/github.com/gdamore/tcell/terminfo/term_tvi921.go
new file mode 100644
index 0000000..10860cf
--- /dev/null
+++ b/vendor/github.com/gdamore/tcell/terminfo/term_tvi921.go
@@ -0,0 +1,31 @@
+// 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",
+ 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",
+ })
+}