[ ] In the is_tty example Windows terminal does not resize screen. This messes up the screen until you resize the window and press enter as it thinks it's resized. https://github.com/microsoft/terminal/issues/5094 (not gonna bother tracking)
[x] This one isn't related to Windows terminal, but Console host seems to have no delay between key presses. Meaning that you can't view 1 screen at a time and it skips over them in 2nd color option for example. https://github.com/crossterm-rs/crossterm/pull/775
Describe the bug
interactive-demo
1stcursor
option it doesn't restore cursor correctly and stays as underline or block. https://github.com/crossterm-rs/crossterm/pull/775is_tty
example Windows terminal does not resize screen. This messes up the screen until you resize the window and press enter as it thinks it's resized. https://github.com/microsoft/terminal/issues/5094 (not gonna bother tracking)attribute
option does not load at all in Windows terminal (it just blinks) but it works on the normal Console host. https://github.com/crossterm-rs/crossterm/pull/775color
option for example. https://github.com/crossterm-rs/crossterm/pull/775tab
for some reason works as arrow keys. https://github.com/crossterm-rs/crossterm/pull/775 (can't reproduce)To Reproduce
cargo run
in interactive-demo directory, try the examplesExpected behavior above
OS Windows 10
Terminal/Console Windows terminal