diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-03-19 15:25:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-19 22:25:59 +0000 |
| commit | 0741d012fcbbff65e2bcb93b5f74f9b4167f2461 (patch) | |
| tree | 854c97f44285d8cda7a8a8c1527bc3695a0e5694 /docs-i18n | |
| parent | fix(ai): restore url-quote-magic for ? in zsh (#3304) (diff) | |
| download | atuin-0741d012fcbbff65e2bcb93b5f74f9b4167f2461.zip | |
fix: remove per-event mouse capture toggling that leaked ANSI to stdout (#3299)
The per-event `EnableMouseCapture`/`DisableMouseCapture` in
`handle_input` wrote directly to `std::io::stdout()`, causing ANSI
escape sequences to leak into captured output when running under command
substitution (e.g. `VAR=$(atuin search -i)`). This toggling became
redundant when session-level mouse capture was added to
`Stdout::new()`/`Stdout::drop()`.
Fixes #3298
Diffstat (limited to 'docs-i18n')
0 files changed, 0 insertions, 0 deletions
