aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-12-13 00:47:14 +0000
committerdam <dam@gudinoff>2022-12-13 00:47:14 +0000
commit65fbe4576d09dff30d2b0c6bc80b3166d82fb510 (patch)
treeb7d77b0a5d60fb8a17eb22c4511ea34cddcb515e /readme.md
parent7262a43720e62c17df50aca6c1c48685b0b3b6d1 (diff)
downloadtask-time-tracker-65fbe4576d09dff30d2b0c6bc80b3166d82fb510.tar.zst
task-time-tracker-65fbe4576d09dff30d2b0c6bc80b3166d82fb510.zip
Fixing final to-dos.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 008ceb7..4f75665 100644
--- a/readme.md
+++ b/readme.md
@@ -72,5 +72,4 @@ Task Time Tracker
- 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);
- [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;