From 4bd041428fc829891b18c6657b74824bfe4ee482 Mon Sep 17 00:00:00 2001 From: dam Date: Thu, 6 Apr 2023 00:42:43 +0100 Subject: Add bug note. --- ttt.jai | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ttt.jai') diff --git a/ttt.jai b/ttt.jai index 45a8bac..9c2dcb9 100644 --- a/ttt.jai +++ b/ttt.jai @@ -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); } -- cgit v1.2.3