crossterm icon indicating copy to clipboard operation
crossterm copied to clipboard

Clearing the terminal shows the cursor again if hidden

Open tobiasvl opened this issue 4 years ago • 1 comments

Describe the bug If the cursor is hidden when clearing the terminal, it's shown again.

To Reproduce Steps to reproduce the behavior:

  1. execute!(stdout, Hide);
  2. execute!(stdout, Clear(ClearType::All));
  3. 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

tobiasvl avatar Sep 28 '21 17:09 tobiasvl

This is occurring for me as well (version 0.26.0 and WSL Tumbleweed).

willothy avatar Feb 05 '23 23:02 willothy