1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-24 13:48:51 +08:00
2020-08-25 16:20:58 -07:00

27 lines
546 B
Go

// Generated automatically. DO NOT HAND-EDIT.
package hz1500
import "github.com/gdamore/tcell/v2/terminfo"
func init() {
// hazeltine 1500
terminfo.AddTerminfo(&terminfo.Terminfo{
Name: "hz1500",
Columns: 80,
Lines: 24,
Bell: "\a",
Clear: "~\x1c",
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",
})
}