ThomasHabets / cmdg

Command line Gmail client
Other
197 stars 18 forks source link

buggy scrolling on cmd.exe #118

Closed icewyvrn closed 5 months ago

icewyvrn commented 5 months ago

is it possible to fix?

ThomasHabets commented 5 months ago

Please be WAY more specific.

Anything's possible to fix. But I'm not going to set up a window build environment only to not find what you're talking about.

Does it work in powershell, or whatever windows recommends nowadays?

icewyvrn commented 5 months ago

here's what i am talking about: Screenshot (283) it shows those text at the bottom when moving the selection

same problem in powershell

but i use mintty and it works normally, probably works in the new windows terminal too.

ThomasHabets commented 5 months ago

I just added a flag to disable atomic updates, could you try the current version with -atomic_screen_updates=false, to see if it fixes it?

ThomasHabets commented 5 months ago

For future reference, this was added in 6935b1d2230b24c1d87e44e2b49e9210b9720e69

icewyvrn commented 5 months ago

fixed, thanks!