facebookincubator / fastmod

A fast partial replacement for the codemod tool
Apache License 2.0
1.68k stars 42 forks source link

Windows: clearing the screen on conhost terminals does not work #9

Closed swolchok closed 2 years ago

swolchok commented 6 years ago

terminal.rs explicitly uses terminfo, which isn't going to work on Windows conhost terminals.

swolchok commented 2 years ago

we've changed to crossterm and it seems to have code to do this properly. closing. https://github.com/crossterm-rs/crossterm/blob/f909b3db954fd47a7d1f04a55dd7f75ca058ffb5/src/terminal/sys/windows.rs