mirror of
https://github.com/neovim/neovim.git
synced 2026-01-29 16:40:59 +10: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.