Skip to content

Commit

Permalink
Add “foot-extra” as a terminfo alias for “foot”
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dnkl committed Dec 14, 2021
1 parent a4c1216 commit 862d67e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminfo/f/foot/foot.go
Expand Up @@ -9,6 +9,7 @@ func init() {
// foot terminal emulator
terminfo.AddTerminfo(&terminfo.Terminfo{
Name: "foot",
Aliases: []string{"foot-extra"},
Columns: 80,
Lines: 24,
Colors: 256,
Expand Down

0 comments on commit 862d67e

Please sign in to comment.