From 0ab05e1d379573a8e3b7f92a0ece9308faec2a42 Mon Sep 17 00:00:00 2001 From: dam Date: Mon, 14 Nov 2022 02:28:18 +0000 Subject: Removed inline and static function specifiers. Updated to-do list. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') 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; -- cgit v1.2.3