randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.37k stars 83 forks source link

[windows] Suspicious winpty-agent.exe i/o rate when idle #400

Open ryuukk opened 10 months ago

ryuukk commented 10 months ago

When the toggle panel is open, when the editor is idle, i/o rate still goes crazy

with default config and cmd:

image

with git bash:

image

Something tells me that it keep render the whole thing constantly, wich is a bad thing

I don't know how to debug this further, if anyone mind helping, that would be nice, or if that's the expected behavior, then please educate me, since i am curious

randy3k commented 10 months ago

Ideally, we should move to a newer version of pywinpty which uses conpty instead of the old winpty. However, the new version of pywinpty doesn't support python 3.3. And package control 4.0 has not been fully released yet to support python 3.8 dependencies.