aboutsummaryrefslogtreecommitdiff
path: root/vendor/maunium.net/go/tcell/terminfo/term_adm3a.go
blob: ddc17b05ff3e772941b862ef603395536e206ca6 (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
// Generated automatically.  DO NOT HAND-EDIT.

package terminfo

func init() {
	// lsi adm3a
	AddTerminfo(&Terminfo{
		Name:          "adm3a",
		Columns:       80,
		Lines:         24,
		Bell:          "\a",
		Clear:         "\x1a$<1/>",
		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",
	})
}