summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gdamore/tcell/v2/terminfo/w
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gdamore/tcell/v2/terminfo/w')
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50/term.go2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go106
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go204
3 files changed, 159 insertions, 153 deletions
diff --git a/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50/term.go b/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50/term.go
index beced62d5..5b3db049c 100644
--- a/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50/term.go
+++ b/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50/term.go
@@ -20,7 +20,7 @@ func init() {
Dim: "\x1b`7\x1b)",
Reverse: "\x1b`6\x1b)",
PadChar: "\x00",
- AltChars: "a;j5k3l2m1n8q:t4u9v=w0x6",
+ AltChars: "0wa_h[jukslrmqnxqzttuyv]wpxv",
EnterAcs: "\x1bH\x02",
ExitAcs: "\x1bH\x03",
SetCursor: "\x1b=%p1%' '%+%c%p2%' '%+%c",
diff --git a/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go b/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go
index 5b79310a7..27705f205 100644
--- a/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go
+++ b/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go
@@ -8,57 +8,59 @@ func init() {
// Wyse 60
terminfo.AddTerminfo(&terminfo.Terminfo{
- Name: "wy60",
- Aliases: []string{"wyse60"},
- Columns: 80,
- Lines: 24,
- Bell: "\a",
- Clear: "\x1b+$<100>",
- EnterCA: "\x1bw0",
- ExitCA: "\x1bw1",
- ShowCursor: "\x1b`1",
- HideCursor: "\x1b`0",
- AttrOff: "\x1b(\x1bH\x03\x1bG0\x1bcD",
- Underline: "\x1bG8",
- Dim: "\x1bGp",
- Blink: "\x1bG2",
- Reverse: "\x1bG4",
- PadChar: "\x00",
- AltChars: "+/,.0[a2fxgqh1ihjYk?lZm@nEqDtCu4vAwBx3yszr{c~~",
- EnterAcs: "\x1bcE",
- ExitAcs: "\x1bcD",
- SetCursor: "\x1b=%p1%' '%+%c%p2%' '%+%c",
- CursorBack1: "\b",
- CursorUp1: "\v",
- KeyUp: "\v",
- KeyDown: "\n",
- KeyRight: "\f",
- KeyLeft: "\b",
- KeyInsert: "\x1bQ",
- KeyDelete: "\x1bW",
- KeyBackspace: "\b",
- KeyHome: "\x1e",
- KeyPgUp: "\x1bJ",
- KeyPgDn: "\x1bK",
- 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",
- KeyF10: "\x01I\r",
- KeyF11: "\x01J\r",
- KeyF12: "\x01K\r",
- KeyF13: "\x01L\r",
- KeyF14: "\x01M\r",
- KeyF15: "\x01N\r",
- KeyF16: "\x01O\r",
- KeyPrint: "\x1bP",
- KeyBacktab: "\x1bI",
- KeyShfHome: "\x1b{",
- AutoMargin: true,
+ Name: "wy60",
+ Aliases: []string{"wyse60"},
+ Columns: 80,
+ Lines: 24,
+ Bell: "\a",
+ Clear: "\x1b+$<100>",
+ EnterCA: "\x1bw0",
+ ExitCA: "\x1bw1",
+ ShowCursor: "\x1b`1",
+ HideCursor: "\x1b`0",
+ AttrOff: "\x1b(\x1bH\x03\x1bG0\x1bcD",
+ Underline: "\x1bG8",
+ Dim: "\x1bGp",
+ Blink: "\x1bG2",
+ Reverse: "\x1bG4",
+ PadChar: "\x00",
+ AltChars: "+/,.0[a2fxgqh1ihjYk?lZm@nEqDtCu4vAwBx3yszr{c~~",
+ EnterAcs: "\x1bcE",
+ ExitAcs: "\x1bcD",
+ EnableAutoMargin: "\x1bd/",
+ DisableAutoMargin: "\x1bd.",
+ SetCursor: "\x1b=%p1%' '%+%c%p2%' '%+%c",
+ CursorBack1: "\b",
+ CursorUp1: "\v",
+ KeyUp: "\v",
+ KeyDown: "\n",
+ KeyRight: "\f",
+ KeyLeft: "\b",
+ KeyInsert: "\x1bQ",
+ KeyDelete: "\x1bW",
+ KeyBackspace: "\b",
+ KeyHome: "\x1e",
+ KeyPgUp: "\x1bJ",
+ KeyPgDn: "\x1bK",
+ 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",
+ KeyF10: "\x01I\r",
+ KeyF11: "\x01J\r",
+ KeyF12: "\x01K\r",
+ KeyF13: "\x01L\r",
+ KeyF14: "\x01M\r",
+ KeyF15: "\x01N\r",
+ KeyF16: "\x01O\r",
+ KeyPrint: "\x1bP",
+ KeyBacktab: "\x1bI",
+ KeyShfHome: "\x1b{",
+ AutoMargin: true,
})
}
diff --git a/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go b/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go
index af470e46f..158b69d4f 100644
--- a/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go
+++ b/vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go
@@ -8,109 +8,113 @@ func init() {
// Wyse WY-99GT in ansi mode (int'l PC keyboard)
terminfo.AddTerminfo(&terminfo.Terminfo{
- Name: "wy99-ansi",
- Columns: 80,
- Lines: 25,
- Bell: "\a",
- Clear: "\x1b[H\x1b[J$<200>",
- ShowCursor: "\x1b[34h\x1b[?25h",
- HideCursor: "\x1b[?25l",
- AttrOff: "\x1b[m\x0f\x1b[\"q",
- Underline: "\x1b[4m",
- Bold: "\x1b[1m",
- Dim: "\x1b[2m",
- Blink: "\x1b[5m",
- Reverse: "\x1b[7m",
- EnterKeypad: "\x1b[?1h",
- ExitKeypad: "\x1b[?1l",
- PadChar: "\x00",
- AltChars: "``aaffggjjkkllmmnnooqqssttuuvvwwxx{{||}}~~",
- EnterAcs: "\x0e",
- ExitAcs: "\x0f",
- EnableAcs: "\x1b)0",
- SetCursor: "\x1b[%i%p1%d;%p2%dH",
- CursorBack1: "\b$<1>",
- CursorUp1: "\x1bM",
- KeyUp: "\x1bOA",
- KeyDown: "\x1bOB",
- KeyRight: "\x1bOC",
- KeyLeft: "\x1bOD",
- KeyBackspace: "\b",
- KeyF1: "\x1bOP",
- KeyF2: "\x1bOQ",
- KeyF3: "\x1bOR",
- KeyF4: "\x1bOS",
- KeyF5: "\x1b[M",
- KeyF6: "\x1b[17~",
- KeyF7: "\x1b[18~",
- KeyF8: "\x1b[19~",
- KeyF9: "\x1b[20~",
- KeyF10: "\x1b[21~",
- KeyF11: "\x1b[23~",
- KeyF12: "\x1b[24~",
- KeyF17: "\x1b[K",
- KeyF18: "\x1b[31~",
- KeyF19: "\x1b[32~",
- KeyF20: "\x1b[33~",
- KeyF21: "\x1b[34~",
- KeyF22: "\x1b[35~",
- KeyF23: "\x1b[1~",
- KeyF24: "\x1b[2~",
- KeyBacktab: "\x1b[z",
- AutoMargin: true,
+ Name: "wy99-ansi",
+ Columns: 80,
+ Lines: 25,
+ Bell: "\a",
+ Clear: "\x1b[H\x1b[J$<200>",
+ ShowCursor: "\x1b[34h\x1b[?25h",
+ HideCursor: "\x1b[?25l",
+ AttrOff: "\x1b[m\x0f\x1b[\"q",
+ Underline: "\x1b[4m",
+ Bold: "\x1b[1m",
+ Dim: "\x1b[2m",
+ Blink: "\x1b[5m",
+ Reverse: "\x1b[7m",
+ EnterKeypad: "\x1b[?1h",
+ ExitKeypad: "\x1b[?1l",
+ PadChar: "\x00",
+ AltChars: "``aaffggjjkkllmmnnooqqssttuuvvwwxx{{||}}~~",
+ EnterAcs: "\x0e",
+ ExitAcs: "\x0f",
+ EnableAcs: "\x1b)0",
+ EnableAutoMargin: "\x1b[?7h",
+ DisableAutoMargin: "\x1b[?7l",
+ SetCursor: "\x1b[%i%p1%d;%p2%dH",
+ CursorBack1: "\b$<1>",
+ CursorUp1: "\x1bM",
+ KeyUp: "\x1bOA",
+ KeyDown: "\x1bOB",
+ KeyRight: "\x1bOC",
+ KeyLeft: "\x1bOD",
+ KeyBackspace: "\b",
+ KeyF1: "\x1bOP",
+ KeyF2: "\x1bOQ",
+ KeyF3: "\x1bOR",
+ KeyF4: "\x1bOS",
+ KeyF5: "\x1b[M",
+ KeyF6: "\x1b[17~",
+ KeyF7: "\x1b[18~",
+ KeyF8: "\x1b[19~",
+ KeyF9: "\x1b[20~",
+ KeyF10: "\x1b[21~",
+ KeyF11: "\x1b[23~",
+ KeyF12: "\x1b[24~",
+ KeyF17: "\x1b[K",
+ KeyF18: "\x1b[31~",
+ KeyF19: "\x1b[32~",
+ KeyF20: "\x1b[33~",
+ KeyF21: "\x1b[34~",
+ KeyF22: "\x1b[35~",
+ KeyF23: "\x1b[1~",
+ KeyF24: "\x1b[2~",
+ KeyBacktab: "\x1b[z",
+ AutoMargin: true,
})
// Wyse WY-99GT in ansi mode (US PC keyboard)
terminfo.AddTerminfo(&terminfo.Terminfo{
- Name: "wy99a-ansi",
- Columns: 80,
- Lines: 25,
- Bell: "\a",
- Clear: "\x1b[H\x1b[J$<200>",
- ShowCursor: "\x1b[34h\x1b[?25h",
- HideCursor: "\x1b[?25l",
- AttrOff: "\x1b[m\x0f\x1b[\"q",
- Underline: "\x1b[4m",
- Bold: "\x1b[1m",
- Dim: "\x1b[2m",
- Blink: "\x1b[5m",
- Reverse: "\x1b[7m",
- EnterKeypad: "\x1b[?1h",
- ExitKeypad: "\x1b[?1l",
- PadChar: "\x00",
- AltChars: "``aaffggjjkkllmmnnooqqssttuuvvwwxx{{||}}~~",
- EnterAcs: "\x0e",
- ExitAcs: "\x0f",
- EnableAcs: "\x1b)0",
- SetCursor: "\x1b[%i%p1%d;%p2%dH",
- CursorBack1: "\b$<1>",
- CursorUp1: "\x1bM",
- KeyUp: "\x1bOA",
- KeyDown: "\x1bOB",
- KeyRight: "\x1bOC",
- KeyLeft: "\x1bOD",
- KeyBackspace: "\b",
- KeyF1: "\x1bOP",
- KeyF2: "\x1bOQ",
- KeyF3: "\x1bOR",
- KeyF4: "\x1bOS",
- KeyF5: "\x1b[M",
- KeyF6: "\x1b[17~",
- KeyF7: "\x1b[18~",
- KeyF8: "\x1b[19~",
- KeyF9: "\x1b[20~",
- KeyF10: "\x1b[21~",
- KeyF11: "\x1b[23~",
- KeyF12: "\x1b[24~",
- KeyF17: "\x1b[K",
- KeyF18: "\x1b[31~",
- KeyF19: "\x1b[32~",
- KeyF20: "\x1b[33~",
- KeyF21: "\x1b[34~",
- KeyF22: "\x1b[35~",
- KeyF23: "\x1b[1~",
- KeyF24: "\x1b[2~",
- KeyBacktab: "\x1b[z",
- AutoMargin: true,
+ Name: "wy99a-ansi",
+ Columns: 80,
+ Lines: 25,
+ Bell: "\a",
+ Clear: "\x1b[H\x1b[J$<200>",
+ ShowCursor: "\x1b[34h\x1b[?25h",
+ HideCursor: "\x1b[?25l",
+ AttrOff: "\x1b[m\x0f\x1b[\"q",
+ Underline: "\x1b[4m",
+ Bold: "\x1b[1m",
+ Dim: "\x1b[2m",
+ Blink: "\x1b[5m",
+ Reverse: "\x1b[7m",
+ EnterKeypad: "\x1b[?1h",
+ ExitKeypad: "\x1b[?1l",
+ PadChar: "\x00",
+ AltChars: "``aaffggjjkkllmmnnooqqssttuuvvwwxx{{||}}~~",
+ EnterAcs: "\x0e",
+ ExitAcs: "\x0f",
+ EnableAcs: "\x1b)0",
+ EnableAutoMargin: "\x1b[?7h",
+ DisableAutoMargin: "\x1b[?7l",
+ SetCursor: "\x1b[%i%p1%d;%p2%dH",
+ CursorBack1: "\b$<1>",
+ CursorUp1: "\x1bM",
+ KeyUp: "\x1bOA",
+ KeyDown: "\x1bOB",
+ KeyRight: "\x1bOC",
+ KeyLeft: "\x1bOD",
+ KeyBackspace: "\b",
+ KeyF1: "\x1bOP",
+ KeyF2: "\x1bOQ",
+ KeyF3: "\x1bOR",
+ KeyF4: "\x1bOS",
+ KeyF5: "\x1b[M",
+ KeyF6: "\x1b[17~",
+ KeyF7: "\x1b[18~",
+ KeyF8: "\x1b[19~",
+ KeyF9: "\x1b[20~",
+ KeyF10: "\x1b[21~",
+ KeyF11: "\x1b[23~",
+ KeyF12: "\x1b[24~",
+ KeyF17: "\x1b[K",
+ KeyF18: "\x1b[31~",
+ KeyF19: "\x1b[32~",
+ KeyF20: "\x1b[33~",
+ KeyF21: "\x1b[34~",
+ KeyF22: "\x1b[35~",
+ KeyF23: "\x1b[1~",
+ KeyF24: "\x1b[2~",
+ KeyBacktab: "\x1b[z",
+ AutoMargin: true,
})
}