mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: adapt another $TERM value of foot-extra for foot (#277)
This commit is contained in:
parent
c9d9418920
commit
54339e79a7
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ impl Adaptor {
|
||||||
match term.as_str() {
|
match term.as_str() {
|
||||||
"xterm-kitty" => return Self::Kitty,
|
"xterm-kitty" => return Self::Kitty,
|
||||||
"foot" => return Self::Sixel,
|
"foot" => return Self::Sixel,
|
||||||
|
"foot-extra" => return Self::Sixel,
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
match env::var("XDG_SESSION_TYPE").unwrap_or_default().as_str() {
|
match env::var("XDG_SESSION_TYPE").unwrap_or_default().as_str() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue