fix: adapt another $TERM value of foot-extra for foot (#277)

This commit is contained in:
三咲雅 · Misaki Masa 2023-10-16 09:03:17 +08:00 committed by GitHub
parent c9d9418920
commit 54339e79a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {