aboutsummaryrefslogtreecommitdiff
path: root/vendor/maunium.net/go/tcell/terminfo/term_tvi970.go
blob: 16cace2f9ef068c0fabfcfa580a9959390afbf11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// 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",
	})
}