diff options
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1096,11 +1096,10 @@ draw_tui :: (db: *Database, layout: *Layout) { // Headers : days for 0..NUM_WEEK_DAYS-1 { - //for (int raw_idx = 0; raw_idx < NUM_WEEK_DAYS; raw_idx++) { idx := adjust_first_day_of_week[it]; x += 1; - // Apply theme. + // Apply theme. FIXME Not working (tested at 00:40 UTC+1 and showed one day earlier. if (idx == now_week_day && active_task != null) { attron(COLOR_PAIR(xx Styles.ACTIVE) | A_BOLD); } |
