aboutsummaryrefslogtreecommitdiff
path: root/module/calp/terminal.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/terminal.scm')
-rw-r--r--module/calp/terminal.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/calp/terminal.scm b/module/calp/terminal.scm
index 8f1b7fa9..ee3b7bc4 100644
--- a/module/calp/terminal.scm
+++ b/module/calp/terminal.scm
@@ -191,12 +191,12 @@
(case char
((#\L #\l right)
- (set! (current-page this) = add-day
+ (set! (current-page this) = (date+ (date day: 1))
(cached-events this) #f
(active-element this) 0))
((#\h #\H left)
- (set! (current-page this) = remove-day
+ (set! (current-page this) = (date- (date day: 1))
(cached-events this) #f
(active-element this) 0))