mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Fix DA3
This commit is contained in:
parent
274ccf4cb5
commit
61807ca332
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ impl Adaptor {
|
||||||
("iTerm2", Emulator::Iterm2),
|
("iTerm2", Emulator::Iterm2),
|
||||||
("WezTerm", Emulator::WezTerm),
|
("WezTerm", Emulator::WezTerm),
|
||||||
("foot", Emulator::Foot),
|
("foot", Emulator::Foot),
|
||||||
("!|00000000", Emulator::Foot), // DA3
|
("!|464f4f54", Emulator::Foot), // DA3
|
||||||
("ghostty", Emulator::Ghostty),
|
("ghostty", Emulator::Ghostty),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue