-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Labels
Description
Steps to reproduce
This depends on a lot of factors, especially the terminal used and how Vim interacts with it.
Probably the "worst case" is if the terminal supports getting XT termcodes and the 'xtermcodes' option
has not been switched off.
One way to trigger it is to use "CTRL-Z" early in startup, e.g. with:
vim --clean -c ':call feedkeys("\<c-z>", "n")'
Reported by @Shane-XB-Qian on #11705
Expected behaviour
No escape sequences are displayed in the shell
Version of Vim
9.0.1060
Environment
Ubuntu, kitty
Logs and stack traces
No response