Skip to content

Commit

Permalink
fix: adapt another $TERM value of foot-extra for foot (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi authored Oct 16, 2023
1 parent c9d9418 commit 54339e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adaptor/src/adaptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 54339e7

Please sign in to comment.