You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-tui/src
Dillard Robertson ea88677394
Stop Terminal::drop from overriding work of Terminal::restore. (#7931)
When Application::run is exiting, either Terminal::restore or
Terminal::force_restore will be called depending
on if a panic occured or not.
Both of these functions will reset the cursor to terminal's default.

After this is done, Terminal::drop will be called.
If terminal.cursor_kind == Hidden, then
the cursor will be reset to a CursorKind::Block,
undoing the work of restore or force_restore.

This commit just removes the drop implementation,
as its job is already better handled in restore and force_restore.
1 year ago
..
backend tui: Allow toggling mouse capture at runtime (#6675) 2 years ago
widgets Fix style overwriting in table rows with multiple cells (#7281) 1 year ago
buffer.rs Fix warnings from clippy (#7013) 2 years ago
layout.rs Resolve a bunch of upcoming clippy lints 2 years ago
lib.rs Add undercurl config option #6196 (#6253) 2 years ago
symbols.rs Inline tui as helix-tui fork. 4 years ago
terminal.rs Stop Terminal::drop from overriding work of Terminal::restore. (#7931) 1 year ago
text.rs Fix highlighting in picker with multiple columns (#6333) 2 years ago