From 974cced9bd78d60d1454717e7b2e664c7790f04e Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 23:45:35 -0400 Subject: fix: hide tui cursor on select --- .gitignore | 1 + src/soon/tui.nim | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7de46c1..62780f2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ soon !/src/soon/ !/tests/*.nim !/tests/*.nims +when.pl 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") -- cgit v1.2.3