1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

uucore: add foot to the list of terminals that support colors

This commit is contained in:
Sylvestre Ledru 2024-12-04 13:25:24 +01:00
parent de775caa9c
commit a644724137
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ pub static TERMS: &[&str] = &[
"cygwin", "cygwin",
"*direct*", "*direct*",
"dtterm", "dtterm",
"foot",
"gnome", "gnome",
"hurd", "hurd",
"jfbterm", "jfbterm",

View file

@ -16,6 +16,7 @@ TERM console
TERM cygwin TERM cygwin
TERM *direct* TERM *direct*
TERM dtterm TERM dtterm
TERM foot
TERM gnome TERM gnome
TERM hurd TERM hurd
TERM jfbterm TERM jfbterm