From 7ff77e19362bf0c01e7ba34df5dd968bd9d14b3d Mon Sep 17 00:00:00 2001 From: dam Date: Thu, 20 Apr 2023 01:31:45 +0100 Subject: NOTE: The sort by feature has (at least) one bug. --- ttt.jai | 1 + 1 file changed, 1 insertion(+) (limited to 'ttt.jai') 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; -- cgit v1.2.3