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.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/module/calp/terminal.scm b/module/calp/terminal.scm
index e982c468..d91dc584 100644
--- a/module/calp/terminal.scm
+++ b/module/calp/terminal.scm
@@ -32,6 +32,9 @@
#:export (main-loop))
+
+;;; TODO change all hard coded escape sequences to proper markup
+
(define-values (height width) (get-terminal-size))
(define (open-in-editor fname)
@@ -123,7 +126,8 @@
(cls)
- (display (_ "== Day View ==\n"))
+ (display (_ "== Day View =="))
+ (newline)
(display-calendar-header! (current-page this))