mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
uucore: add foot to the list of terminals that support colors
This commit is contained in:
parent
de775caa9c
commit
a644724137
2 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ pub static TERMS: &[&str] = &[
|
|||
"cygwin",
|
||||
"*direct*",
|
||||
"dtterm",
|
||||
"foot",
|
||||
"gnome",
|
||||
"hurd",
|
||||
"jfbterm",
|
||||
|
|
1
tests/fixtures/dircolors/internal.expected
vendored
1
tests/fixtures/dircolors/internal.expected
vendored
|
@ -16,6 +16,7 @@ TERM console
|
|||
TERM cygwin
|
||||
TERM *direct*
|
||||
TERM dtterm
|
||||
TERM foot
|
||||
TERM gnome
|
||||
TERM hurd
|
||||
TERM jfbterm
|
||||
|
|
Loading…
Reference in a new issue