mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 13:05:05 +00:00
Problem: If buffer update callbacks poll for uv events during terminal scrollback refresh, new output from PTY process may lead to incorrect scrollback. Solution: Don't poll for output to the same terminal as the one being refreshed.