From a6f2aba9a42b4c439721668dd37f88f0e7c0b8fc Mon Sep 17 00:00:00 2001 From: dam Date: Wed, 28 Sep 2022 16:40:48 +0000 Subject: Added theme colors to the daily total timers. --- readme.md | 1 + 1 file changed, 1 insertion(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 0695d1b..f576408 100644 --- a/readme.md +++ b/readme.md @@ -33,6 +33,7 @@ Task Time Tracker - [x] rename layout members: title_header, archive_header, total_header, days_headers, column_widths, column_alignments, headers_paddings. - [x] using the archive header, we can remove the top-left-corner diamond on the archive. - [x] Allow to cancel a rename_task operation: you can do it by leaving it blank. +- [ ] Make sure we are not using `strcat` and `strcpy`... or that we are using them wisely (famous last words). - [ ] Make archive be stored in CSV format: takes less space and allows to quickly archive by appending to end of file; - [ ] Implement `append_to_csv(task_t *task, char *path_name)` and use it in archive function; - [ ] MAYBE... IS THIS REALLY NEEDED? add helper func: get_selected_screen_row(db*, out int selected_row); It seems to be used in KEY_F(1) and KEY_F(2) cases of input management. -- cgit v1.2.3