Files
neovim/test/functional
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-07 10:36:48 +02:00
2026-04-25 11:16:18 -04:00