diff options
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
