Files
neovim/test
Riccardo Mazzarini f54b4f15af fix(tui): keep synchronized output active across partial flushes
Problem: when the TUI output buffer is filled during a redraw, flushing
it to the terminal also causes `CSI ? 2026 l` to be emitted, which ends
synchronized output. This causes visible flickering with large redraws.

Solution: track whether a synchronized output is currently active, and
only emit the end sequence on the final flush.
2026-06-02 13:53:45 +02:00
..
2026-05-13 13:14:07 +01:00
2026-04-22 18:25:07 -04:00
2026-05-13 13:14:07 +01:00