mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 14:25:32 +00:00
Problem: When TermOpen polls for enough events to use the scrollback
buffer, scrollback is lost until the next terminal refresh.
Solution: Allocate the scrollback buffer when it's needed.