aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-05-15 23:51:24 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-05-15 23:52:11 +0200
commitcb94613cca899fe709fae78614f71524e823d012 (patch)
tree811fde8623bbdde0c35e9cc2bbc376eb2b5ccd7e
parentAdd week indicator to week screen. (diff)
downloadcalp-cb94613cca899fe709fae78614f71524e823d012.tar.gz
calp-cb94613cca899fe709fae78614f71524e823d012.tar.xz
Terminal reload events when jumping to today.
-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))