summaryrefslogtreecommitdiffstats
path: root/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.rs')
-rw-r--r--src/widget.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget.rs b/src/widget.rs
index 0efcda7..1d27dbe 100644
--- a/src/widget.rs
+++ b/src/widget.rs
@@ -455,6 +455,8 @@ pub trait Widget {
std::thread::sleep(pause);
}
+ self.get_core()?.write_to_screen(&clear).log();
+
Ok(())
}