aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-11-14 02:28:18 +0000
committerdam <dam@gudinoff>2022-11-14 02:28:18 +0000
commit0ab05e1d379573a8e3b7f92a0ece9308faec2a42 (patch)
treebaece07d318a3c472c397e92cd818cdb1a690ba2 /readme.md
parenta179b41b5853402680af8efcad4d09c179603947 (diff)
downloadtask-time-tracker-0ab05e1d379573a8e3b7f92a0ece9308faec2a42.tar.zst
task-time-tracker-0ab05e1d379573a8e3b7f92a0ece9308faec2a42.zip
Removed inline and static function specifiers. Updated to-do list.
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 ea37932..2e28b48 100644
--- a/readme.md
+++ b/readme.md
@@ -66,8 +66,8 @@ Task Time Tracker
- [x] Implement `read_input_to_string_buffer`: -24 delta LOC;
- [x] Wrap malloc (and maybe others) in a function with error checking;
- [x] Move database actions into functions;
- - [ ] Check if draw_tui may be simplified by drawing entire lines of tasks at once and draw columns separators after;
- [ ] 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;
- [ ] 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;