mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
uucore: add alacritty to the list of terminals that support colors
Any value of TERM with glob pattern `alacritty*` will be matched. Fixes #6722
This commit is contained in:
parent
9dec29f613
commit
4f422c1a3a
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
/// restrict following config to systems with matching environment variables.
|
/// restrict following config to systems with matching environment variables.
|
||||||
pub static TERMS: &[&str] = &[
|
pub static TERMS: &[&str] = &[
|
||||||
"Eterm",
|
"Eterm",
|
||||||
|
"alacritty*",
|
||||||
"ansi",
|
"ansi",
|
||||||
"*color*",
|
"*color*",
|
||||||
"con[0-9]*x[0-9]*",
|
"con[0-9]*x[0-9]*",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue