Run :!env YAZI_LOG=debug yazi inside gvim --clean -u NONE with Yazi 26.1.22 (4e0acf8 2026-01-22) and 9.2.140 in X11
No line reading in log
2026-03-24T16:07:27.861532Z ERROR yazi_adapter::emulator: Terminal failed to respond to DA1 in 1.024069241s: [], error: Kind(TimedOut)
at yazi-adapter/src/emulator.rs:132
9.2.140
Ubuntu 22.04
2026-03-24T16:07:27.861532Z ERROR yazi_adapter::emulator: Terminal failed to respond to DA1 in 1.024069241s: [], error: Kind(TimedOut)
at yazi-adapter/src/emulator.rs:132—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
This possible issue was discovered by @sxyazi in sxyazi/yazi#3798 (comment)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
This possible issue was discovered by @sxyazi in sxyazi/yazi#3798 (comment)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
does this happen with --clean? Are you using go-! in gvim?
It seems like we do not have an option to disable sending the DA1 query, we used to have t_Ms but removed it again in #18093 ping @64-bitman
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
does this happen with
--clean? Are you usinggo-!in gvim?
It seems like we do not have an option to disable sending the DA1 query, we used to havet_Msbut removed it again in #18093 ping @64-bitman
This is not an issue with Vim sending a DA1 query, but its yazi. Considering that running a command in ! does not emulate a real terminal, I think this should just be expected behaviour
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
In any case, I'd suggest to try using :set guioptions+=! which would use libvterm, which may correctly respond to the terminal DA query.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()