From c7a4f1c0c98a1df1e683b3de0454b3d981519e9e Mon Sep 17 00:00:00 2001 From: dam Date: Tue, 30 Apr 2024 02:31:41 +0100 Subject: WIP : OMG I add copied octal values from C which became decimal ones in jai. --- ttt.jai | 1 + 1 file changed, 1 insertion(+) (limited to 'ttt.jai') 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; -- cgit v1.2.3