mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
0b56f423d8
Something is wrong at the moment when finishing up, when the crossterm backend is used. The terminal is left in a strange state: the previous contents of the terminal (as before the program) are visible, however the cursor is invisible (and reset to the top left), and clicking the mouse spams escape codes. For some reason the `execute!` block in `finish` is failing. But it doesn't seem to be necessary: crossterm already restores the alternative screen at shutdown, which also restores the original cursor position and attributes. Do make sure that mouse mode is stopped and that the cursor is visible. |
||
---|---|---|
.. | ||
backend | ||
theme | ||
utils | ||
view | ||
views | ||
align.rs | ||
cursive.rs | ||
direction.rs | ||
div.rs | ||
event.rs | ||
lib.rs | ||
logger.rs | ||
menu.rs | ||
printer.rs | ||
rect.rs | ||
traits.rs | ||
utf8.rs | ||
vec.rs | ||
with.rs | ||
xy.rs |