mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-27 13:48:50 +08:00
44 lines
1008 B
Go
44 lines
1008 B
Go
![]() |
// Generated automatically. DO NOT HAND-EDIT.
|
||
|
|
||
|
package terminfo
|
||
|
|
||
|
func init() {
|
||
|
// televideo 950
|
||
|
AddTerminfo(&Terminfo{
|
||
|
Name: "tvi950",
|
||
|
Columns: 80,
|
||
|
Lines: 24,
|
||
|
Bell: "\a",
|
||
|
Clear: "\x1b*",
|
||
|
AttrOff: "\x1bG0",
|
||
|
Underline: "\x1bG8",
|
||
|
Reverse: "\x1bG4",
|
||
|
PadChar: "\x00",
|
||
|
AltChars: "b\x0011c\x0014d\re\ni\x0013",
|
||
|
EnterAcs: "\x15",
|
||
|
ExitAcs: "\x18",
|
||
|
SetCursor: "\x1b=%p1%' '%+%c%p2%' '%+%c",
|
||
|
CursorBack1: "\b",
|
||
|
CursorUp1: "\v",
|
||
|
KeyUp: "\v",
|
||
|
KeyDown: "\x16",
|
||
|
KeyRight: "\f",
|
||
|
KeyLeft: "\b",
|
||
|
KeyInsert: "\x1bQ",
|
||
|
KeyDelete: "\x1bW",
|
||
|
KeyBackspace: "\b",
|
||
|
KeyHome: "\x1e",
|
||
|
KeyF1: "\x01@\r",
|
||
|
KeyF2: "\x01A\r",
|
||
|
KeyF3: "\x01B\r",
|
||
|
KeyF4: "\x01C\r",
|
||
|
KeyF5: "\x01D\r",
|
||
|
KeyF6: "\x01E\r",
|
||
|
KeyF7: "\x01F\r",
|
||
|
KeyF8: "\x01G\r",
|
||
|
KeyF9: "\x01H\r",
|
||
|
KeyClear: "\x1b*",
|
||
|
KeyBacktab: "\x1bI",
|
||
|
})
|
||
|
}
|