mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-27 13:48:50 +08:00
Add “foot-extra” as a terminfo alias for “foot” (#506)
There are two “regular”[^1] terminfos for foot. One stripped down version included with ncurses, and another one shipped with foot itself, that contains a number on non-standard capabilities (mainly used by tmux). Foot’s “own” terminfo is _usually_ packaged as “foot-extra”. [^1]: there’s actually four; foot also has a “direct” variant (similar to xterm-direct): foot-direct, and foot-extra-direct.
This commit is contained in:
parent
a4c1216c52
commit
23382126c9
@ -9,6 +9,7 @@ func init() {
|
|||||||
// foot terminal emulator
|
// foot terminal emulator
|
||||||
terminfo.AddTerminfo(&terminfo.Terminfo{
|
terminfo.AddTerminfo(&terminfo.Terminfo{
|
||||||
Name: "foot",
|
Name: "foot",
|
||||||
|
Aliases: []string{"foot-extra"},
|
||||||
Columns: 80,
|
Columns: 80,
|
||||||
Lines: 24,
|
Lines: 24,
|
||||||
Colors: 256,
|
Colors: 256,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user