diff options
| author | dam <dam@gudinoff> | 2024-04-30 02:31:41 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-04-30 02:31:41 +0100 |
| commit | c7a4f1c0c98a1df1e683b3de0454b3d981519e9e (patch) | |
| tree | 6607631023a2aaed5b5cf10aba6736ef17cc0885 /ttt.jai | |
| parent | d7c2c312fe2ac08cadc3534a0a35357ef50cca20 (diff) | |
| download | task-time-tracker-c7a4f1c0c98a1df1e683b3de0454b3d981519e9e.tar.zst task-time-tracker-c7a4f1c0c98a1df1e683b3de0454b3d981519e9e.zip | |
WIP : OMG I add copied octal values from C which became decimal ones in jai.
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
