crossterm
crossterm copied to clipboard
Clearing the terminal shows the cursor again if hidden
Describe the bug If the cursor is hidden when clearing the terminal, it's shown again.
To Reproduce Steps to reproduce the behavior:
execute!(stdout, Hide);execute!(stdout, Clear(ClearType::All));- See the cursor
Expected behavior I wouldn't expect clearing the terminal to show the hidden cursor.
OS Linux Subsystem for Windows (Ubuntu)
Terminal/Console Linux Subsystem for Windows terminal
This is occurring for me as well (version 0.26.0 and WSL Tumbleweed).