mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:35:42 +02:00
Remove workaround. Need a better one
This commit is contained in:
@ -444,10 +444,6 @@ pub fn view_contents_interactive(
|
||||
#[allow(unused)]
|
||||
let screen = RawScreen::disable_raw_mode();
|
||||
|
||||
println!("Hit enter to return to terminal");
|
||||
let mut buf = String::new();
|
||||
let _ = std::io::stdin().read_line(&mut buf);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user