mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +00:00
Remove workaround. Need a better one
This commit is contained in:
parent
bd639b52ff
commit
618be5de54
1 changed files with 0 additions and 4 deletions
|
@ -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(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue