tf2classic / TF2CDownloader

Cross-platform utility for automatically downloading and installing TF2 Classic
GNU General Public License v3.0
48 stars 13 forks source link

Clicking inside the window when using cmd.exe causes the process to pause #12

Closed chloecormier closed 2 years ago

chloecormier commented 2 years ago

We've had a few reports of this, seems related to https://stackoverflow.com/questions/13599822/command-prompt-gets-stuck-and-continues-on-enter-key-press

We can probably use ctypes to set the console mode ourselves and prevent it.