mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
fix: correctly flush buffered stderr
This commit is contained in:
parent
040fc6850e
commit
1d70a823e1
|
|
@ -143,7 +143,6 @@ where
|
|||
pub fn exit(&mut self) -> Result<()> {
|
||||
self.stop();
|
||||
if crossterm::terminal::is_raw_mode_enabled()? {
|
||||
self.flush()?;
|
||||
crossterm::execute!(
|
||||
std::io::stderr(),
|
||||
DisableMouseCapture,
|
||||
|
|
|
|||
Loading…
Reference in a new issue