feat: terminal.clear() after run_app
This commit is contained in:
@@ -56,6 +56,7 @@ pub async fn create_ui(
|
|||||||
update_duration,
|
update_duration,
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
|
terminal.clear()?;
|
||||||
|
|
||||||
disable_raw_mode()?;
|
disable_raw_mode()?;
|
||||||
execute!(
|
execute!(
|
||||||
|
|||||||
Reference in New Issue
Block a user