aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-12-11 18:04:14 +0000
committerdam <dam@gudinoff>2022-12-11 18:04:14 +0000
commit7262a43720e62c17df50aca6c1c48685b0b3b6d1 (patch)
treecec810343092cf44b2e5206f0d61e46b2f8cad9b /readme.md
parenteddaff14b47c41b635c3c4649e6a400cf6c37782 (diff)
downloadtask-time-tracker-7262a43720e62c17df50aca6c1c48685b0b3b6d1.tar.zst
task-time-tracker-7262a43720e62c17df50aca6c1c48685b0b3b6d1.zip
Validated usage of size_t.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index b3cabbe..008ceb7 100644
--- a/readme.md
+++ b/readme.md
@@ -71,6 +71,6 @@ Task Time Tracker
- [x] Check if draw_tui may be simplified by drawing entire lines of tasks at once and draw columns separators after;
- By having each column-print job decoulpled, we avoid havint to measure and compensate lengths of UTF8 strings;
- [x] Review all code for bugs related to auto-cast on ptrdiff_t (signed/unsigned);
-- [ ] Review all code for bugs related to auto-cast on size_t (signed/unsigned);
+- [x] Review all code for bugs related to auto-cast on size_t (signed/unsigned);
- [ ] Try to fix flickering of ncurses;
- [ ] Go over all `TODO` items;