You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running atuin outside mprocs works as expected, as does running it in a tmux window within mprocs, so it looks to me like the issue might be caused by mprocs not handling the \x1B[6n escape sequence.
The text was updated successfully, but these errors were encountered:
When using atuin in a shell within mprocs, I get an error that it cannot read the cursor position:
The relevant code for this is here: https://github.com/crossterm-rs/crossterm/blob/master/src/cursor/sys/unix.rs#L32
Running atuin outside mprocs works as expected, as does running it in a tmux window within mprocs, so it looks to me like the issue might be caused by mprocs not handling the
\x1B[6n
escape sequence.The text was updated successfully, but these errors were encountered: