cursive/src
mara 0b56f423d8 crossterm: Stop mouse mode and show cursor at finish (#400)
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.
2019-10-27 11:36:00 -07:00
..
backend crossterm: Stop mouse mode and show cursor at finish (#400) 2019-10-27 11:36:00 -07:00
theme Make toml an optional feature 2019-09-09 14:45:07 -07:00
utils Add PaddedView::get_inner(_mut) and fix clippy warnings 2019-10-25 19:46:49 -07:00
view Add PaddedView::get_inner(_mut) and fix clippy warnings 2019-10-25 19:46:49 -07:00
views Add missing get_inner to EnableableView 2019-10-25 19:53:43 -07:00
align.rs Add examples to SelectView 2019-10-04 13:12:00 -07:00
cursive.rs Add PaddedView::get_inner(_mut) and fix clippy warnings 2019-10-25 19:46:49 -07:00
direction.rs Update to Rust 2018 2019-02-28 15:54:12 -08:00
div.rs Remove debug lines 2017-10-12 12:30:59 -07:00
event.rs Replace event::AnyCb with non-boxed &dyn FnMut 2019-09-06 16:10:02 -07:00
lib.rs Add PaddedView::get_inner(_mut) and fix clippy warnings 2019-10-25 19:46:49 -07:00
logger.rs More public fields in cursive::logger 2019-05-18 08:40:18 -07:00
menu.rs Fix clippy warnings 2019-03-04 10:31:36 -08:00
printer.rs Rustfmt 2019-07-30 16:08:40 -07:00
rect.rs Remove "extern crate" and rustfmt 2019-02-28 16:04:14 -08:00
traits.rs Update to Rust 2018 2019-02-28 15:54:12 -08:00
utf8.rs Fix clippy warnings 2019-03-04 10:31:36 -08:00
vec.rs Add XY::sum and XY::product 2019-10-07 08:43:52 -07:00
with.rs Add vpv example 2018-04-10 11:46:02 -07:00
xy.rs Rustfmt 2019-07-30 16:08:40 -07:00