blacknon / hwatch

A modern alternative to the watch command, records the differences in execution results and can check this differences at after.
MIT License
757 stars 18 forks source link

"Error: Initial console modes not set" on Windows #136

Open UnderCooled opened 2 months ago

UnderCooled commented 2 months ago

Crossterm issue: https://github.com/crossterm-rs/crossterm/issues/660

Possible fix: https://github.com/fujiapple852/trippy/pull/117/files

cdituri commented 1 month ago

@UnderCooled Thanks for the report and links 👍 I took a pass at fixing this issue because hwatch is awesome and Windows needs its awesomeness 😄

143 provides a fix. Works on my end but if you have any spare cycles to try it out and report back all the better.

UnderCooled commented 1 month ago

@UnderCooled Thanks for the report and links 👍 I took a pass at fixing this issue because hwatch is awesome and Windows needs its awesomeness 😄

143 provides a fix. Works on my end but if you have any spare cycles to try it out and report back all the better.

Works great, thanks! 👍