VSCode's CMD in Windows should automatically erase the entire terminal when full or use ANSI \e[0;4H
#142001
Labels
info-needed
Issue requires more information from poster
terminal-conpty
Integrated terminal issues related to the ConPTY backend
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
windows
VS Code on Windows issues
Basically, I wrote a game in C which works great in windows CMD but buffering in Linux Terminal this issue is solved using
\33[0;4H
printed at the beginning of each print to set it to the top and erase what was printed using insert mode (equivalent to$ printf '\e[0;4H'
), but in VSCode CMD on Windows it's not working...The text was updated successfully, but these errors were encountered: