aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-11-15 02:18:43 +0000
committerdam <dam@gudinoff>2022-11-15 02:18:43 +0000
commit28eb0211471eda8e651aa8a7fffd48b611581dc1 (patch)
tree8b4aac7bafb145cecc889c7c83f99782565cf50b /readme.md
parent6475865459debdd07df27d6a9a3b6679a6fad69d (diff)
downloadtask-time-tracker-28eb0211471eda8e651aa8a7fffd48b611581dc1.tar.zst
task-time-tracker-28eb0211471eda8e651aa8a7fffd48b611581dc1.zip
Validated draw_tui.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index b241a57..5c76d63 100644
--- a/readme.md
+++ b/readme.md
@@ -67,7 +67,8 @@ Task Time Tracker
- [x] Wrap malloc (and maybe others) in a function with error checking;
- [x] Move database actions into functions;
- [x] Fix bug: archiving/unarchiving task introduces " ," at end of name and increases the number of spaces before comma;
-- [ ] Check if draw_tui may be simplified by drawing entire lines of tasks at once and draw columns separators after;
+- [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;
- [ ] Review all code for bugs related to auto-cast on ptrdiff_t/size_t (signed/unsigned);
- [ ] Try to fix flickering of ncurses;
- [ ] Go over all `TODO` items;