docs: changelog

This commit is contained in:
Jack Wills
2023-03-02 03:20:35 +00:00
parent 964e2a9432
commit 495d5ae789
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -114,11 +114,11 @@ impl Ui {
if self.now.elapsed() >= std::time::Duration::from_secs(1) {
seconds -= 1;
self.now = Instant::now();
if seconds < 1 {
break;
}
}
if seconds < 1 {
break;
}
if self
.terminal