fix(tui): make single-line paste atomic to avoid @ autocomplete lag
closes #1812
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
- Fixed TUI width calculation for regional indicator symbols (e.g. partial flag sequences like `🇨` during streaming) to prevent wrap drift and stale character artifacts in differential rendering.
|
||||
- Fixed Kitty CSI-u handling to ignore unsupported modifiers so modifier-only events do not insert stray printable characters ([#1807](https://github.com/badlogic/pi-mono/issues/1807))
|
||||
- Fixed single-line paste performance by inserting pasted text atomically instead of character-by-character, preventing repeated `@` autocomplete scans during paste ([#1812](https://github.com/badlogic/pi-mono/issues/1812))
|
||||
|
||||
## [0.55.4] - 2026-03-02
|
||||
|
||||
|
||||
Reference in New Issue
Block a user