aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttt.jai b/ttt.jai
index 45dc7f8..63317d7 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -1956,6 +1956,7 @@ main :: () {
// Coalesce similar tasks.
case #char "c"; #through;
case #char "C";
+ // TODO Active task is lost...
if (db.tasks.count <= 0) continue;
TUI.using_style(action_style);
if (prompt_user_key(selected_task_row, "Press enter to coalesce similar tasks.") != TUI.Keys.Enter) continue;