Expected behavior
The terminal would resize and the cursor would not be visible blinking, in the same way it was when the terminal window was first created when the program was run.
Screenshots
Before resizing:
After resizing:
Note the grey blinking cursor at the end of the text 'Cursive'
Environment
Operating system used: Windows 10
Backend used: crossterm v0.23.2
Cursive version: from git
Additional
Perhaps this is as a result of my terminal settings, although I did try to reset everything to default.
I don't have a windows computer to try easily, so I'm not totally sure what's going on. Will investigate a bit to see if there's a special thing we should do after a resize.
Describe the bug Upon resizing the terminal window, a blinking cursor is visible at the end of a Dialog's title.
To Reproduce Using: https://github.com/gyscos/cursive/blob/main/cursive/examples/dialog.rs
Expected behavior The terminal would resize and the cursor would not be visible blinking, in the same way it was when the terminal window was first created when the program was run.
Screenshots Before resizing: After resizing: Note the grey blinking cursor at the end of the text 'Cursive'
Environment
Additional Perhaps this is as a result of my terminal settings, although I did try to reset everything to default.