mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-18 22:31:35 +03:00
fix: adapt another $TERM
value of foot-extra
for foot (#277)
This commit is contained in:
parent
c9d9418920
commit
54339e79a7
@ -53,6 +53,7 @@ impl Adaptor {
|
||||
match term.as_str() {
|
||||
"xterm-kitty" => return Self::Kitty,
|
||||
"foot" => return Self::Sixel,
|
||||
"foot-extra" => return Self::Sixel,
|
||||
_ => {}
|
||||
}
|
||||
match env::var("XDG_SESSION_TYPE").unwrap_or_default().as_str() {
|
||||
|
Loading…
Reference in New Issue
Block a user