mirror of
https://github.com/neovim/neovim.git
synced 2026-03-06 17:17:21 +00:00
msg_puts_display was more complex than necessary in nvim, as in nvim, it no longer talks directly with a terminal. In particular we don't need to scroll the grid before emiting the last char. The TUI already takes care of things like that, for terminals where it matters.