aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/calp/terminal.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/calp/terminal.scm b/module/calp/terminal.scm
index 7887df5e..4b62895d 100644
--- a/module/calp/terminal.scm
+++ b/module/calp/terminal.scm
@@ -188,6 +188,7 @@
;; TODO this should be local time
;; currently it's UTC (maybe?)
(set! (current-page this) (current-date)
+ (cached-events this) #f
(active-element this) 0))
((#\/) (set-cursor-pos 0 (1- height))