Zellij only support sixel

This commit is contained in:
Yifan Song 2023-09-18 19:01:07 +02:00
parent c540542da4
commit 44ef9fa965

View file

@ -29,6 +29,7 @@ pub enum Adaptor {
impl Adaptor {
pub(super) fn detect() -> Self {
let vars = [
("ZELLIJ_SESSION_NAME", Self::Sixel),
("KITTY_WINDOW_ID", Self::Kitty),
("KONSOLE_VERSION", Self::Kitty),
("ITERM_SESSION_ID", Self::Iterm2),