Skip to content

Commit b01f740

Browse files
committed
Flush Terminal Modifications at end of Command
1 parent 93fc1e9 commit b01f740

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/commands/list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,6 @@ pub fn list(matches: &ArgMatches, api: &mut API) -> Result<(), Box<dyn std::erro
8181
}
8282
println!("");
8383
}
84+
term.flush().unwrap();
8485
return Ok(());
8586
}

0 commit comments

Comments
 (0)