diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/soon/tui.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soon/tui.nim b/src/soon/tui.nim index 1e4d06d..ebbdc29 100644 --- a/src/soon/tui.nim +++ b/src/soon/tui.nim @@ -311,6 +311,7 @@ proc start*(cal: seq[string], conf: StringTableRef, past: int, future: int, showAgenda: bool, showTodos: bool, showDeadlines: bool) = illwillInit(fullScreen=true) + hideCursor() defer: illwillDeinit() stdout.write("\e[2J\e[H") |
