From 6b559be14142bf89b971159fb969c8e414807b20 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 23:05:34 -0400 Subject: fix: todo behavior with tui works now --- src/soon.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soon.nim') diff --git a/src/soon.nim b/src/soon.nim index e6c545d..4e459f9 100644 --- a/src/soon.nim +++ b/src/soon.nim @@ -167,8 +167,8 @@ proc processCommands(commands: seq[string], conf: StringTableRef, interactive: b of "w": agenda.printAgenda(calendar, 0, 7, conf, arch) of "m": agenda.printAgenda(calendar, 0, 28, conf, arch) of "y": agenda.printAgenda(calendar, 0, 365, conf, arch) - of "t": todos.printTodos(calendar, arch) - of "d": todos.printDeadlineTodos(calendar, arch) + of "t": todos.printTodos(calendar) + of "d": todos.printDeadlineTodos(calendar) of "c": printReference() of "e": openEditor(conf) of "s": openConfig(conf) -- cgit v1.2.3