I have had no problem running vi for years with the Advanced SSH app until the latest 24.0.x upgrade that introduced neovim.
Now if I run vi/neovim in a shell running screen, then I get garbage text +q4D73 at the top left of the screen overlaying the file itself. I can clear it with ctl-L. (It works fine if screen is not running in the terminal)
Also, if I invoke using nvim -u NONE -i NONE then it works.
It appears that neovim under normal startup is emitting some terminal control sequences that confuses the screen program.
The problem persist whether TERM is set to screen, screen-256color or even xterm

I have had no problem running
vifor years with the Advanced SSH app until the latest 24.0.x upgrade that introducedneovim.Now if I run vi/neovim in a shell running screen, then I get garbage text
+q4D73at the top left of the screen overlaying the file itself. I can clear it withctl-L. (It works fine ifscreenis not running in the terminal)Also, if I invoke using
nvim -u NONE -i NONEthen it works.It appears that
neovimunder normal startup is emitting some terminal control sequences that confuses thescreenprogram.The problem persist whether TERM is set to
screen,screen-256coloror evenxterm