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

package terminfo

func init() {
	// hazeltine 1500
	AddTerminfo(&Terminfo{
		Name:          "hz1500",
		Columns:       80,
		Lines:         24,
		Bell:          "\a",
		Clear:         "~\x1c",
		Italic:        "\x1b[3m",
		Strikethrough: "\x1b[9m",
		PadChar:       "\x00",
		SetCursor:     "~\x11%p2%p2%?%{30}%>%t%' '%+%;%'`'%+%c%p1%'`'%+%c",
		CursorBack1:   "\b",
		CursorUp1:     "~\f",
		KeyUp:         "~\f",
		KeyDown:       "\n",
		KeyRight:      "\x10",
		KeyLeft:       "\b",
		KeyHome:       "~\x12",
	})
}