neovim doesn't display text #328
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tested with the Arch community package. Using normal vim works fine.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Same on me. also input
printf '\e[8;40;100t'
on shell cause same issue, and resizing terminal shows text again.Maybe related with https://github.com/lxde/qtermwidget/pull/51 and https://github.com/neovim/neovim/issues/3245
A workaround is to use neovim inside a tmux session where it displays fine for me.
Tried this on macOS with the same results. After launching neovim and exiting, everything's garbled...
I'm on macOS, and as lunik1 had mentioned, it works inside
tmux
(as well asscreen
) session as a workaround.decided to check c-r-t today and immediately run into this glitch.
OSX
Same issue here, would love a fix
I think the problem is actually that neovim doesn't seem to respect TERM, I've encountered similar issues trying to use it under a regular serial console. As others have noted, regular
vim
works just fine.A similar issue is noted here: https://github.com/neovim/neovim/issues/6778
"Nvim works in xterm, so if Cool Retro Term claims xterm compatibility then this is likely a problem in Cool Retro Term."
https://github.com/neovim/neovim/issues/7413
Faulty emulation at play?