diff options
| author | dam <dam@gudinoff> | 2023-04-20 01:31:45 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2023-04-20 01:31:45 +0100 |
| commit | 7ff77e19362bf0c01e7ba34df5dd968bd9d14b3d (patch) | |
| tree | 612c6c608d4894686f332dcbdbb274656cda6762 /ttt.jai | |
| parent | 09bd5e304c940f9abcb68fc47fa955043ed9e750 (diff) | |
| download | task-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.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; |
