mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-22 23:31:05 +00:00
feat: add doNotMoveCursor to ensure consistent behavior of WezTerm across all platforms
This commit is contained in:
parent
c051df3f60
commit
e8f15ff436
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ impl Iterm2 {
|
|||
let mut buf = vec![];
|
||||
write!(
|
||||
buf,
|
||||
"\x1b]1337;File=inline=1;size={};width={}px;height={}px:{}\x07",
|
||||
"\x1b]1337;File=inline=1;size={};width={}px;height={}px;doNotMoveCursor=1:{}\x07",
|
||||
jpg.len(),
|
||||
size.0,
|
||||
size.1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue