Skip to content

VSCode's CMD in Windows should automatically erase the entire terminal when full or use ANSI \e[0;4H #142001

@donno2048

Description

@donno2048

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...

Metadata

Metadata

Labels

info-neededIssue requires more information from posterterminal-conptyIntegrated terminal issues related to the ConPTY backendupstreamIssue identified as 'upstream' component related (exists outside of VS Code)windowsVS Code on Windows issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions