mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-23 15:51:03 +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() {
|
||||
"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…
Add table
Reference in a new issue