mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-29 00:39:58 +00:00
TUN-3201: Create base cloudflared UI structure
This commit is contained in:

committed by
Areg Harutyunyan

parent
0708a49848
commit
d8ebde37ca
26
vendor/github.com/gdamore/tcell/terminfo/h/hz1500/term.go
generated
vendored
Normal file
26
vendor/github.com/gdamore/tcell/terminfo/h/hz1500/term.go
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
// Generated automatically. DO NOT HAND-EDIT.
|
||||
|
||||
package hz1500
|
||||
|
||||
import "github.com/gdamore/tcell/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",
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user