aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
authordam <dam@gudinoff>2023-04-20 01:31:45 +0100
committerdam <dam@gudinoff>2023-04-20 01:31:45 +0100
commit7ff77e19362bf0c01e7ba34df5dd968bd9d14b3d (patch)
tree612c6c608d4894686f332dcbdbb274656cda6762 /ttt.jai
parent09bd5e304c940f9abcb68fc47fa955043ed9e750 (diff)
downloadtask-time-tracker-7ff77e19362bf0c01e7ba34df5dd968bd9d14b3d.tar.zst
task-time-tracker-7ff77e19362bf0c01e7ba34df5dd968bd9d14b3d.zip
NOTE: The sort by feature has (at least) one bug.
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 3b5cb4c..952de6a 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -1634,6 +1634,7 @@ main :: () {
// Sort by.
case #char "s"; #through;
case #char "S";
+ // BUG FIXME The `sort by` feature does not keep track of the currently active task.
sort_by := read_input_char(selected_task_row, action_style, " Sort by (n) name, (1..7) day, or (t) total time. ");
if sort_by == {
case #char "n"; #through;