diff options
| author | dam <dam@gudinoff> | 2022-11-14 02:28:18 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-11-14 02:28:18 +0000 |
| commit | 0ab05e1d379573a8e3b7f92a0ece9308faec2a42 (patch) | |
| tree | baece07d318a3c472c397e92cd818cdb1a690ba2 /readme.md | |
| parent | a179b41b5853402680af8efcad4d09c179603947 (diff) | |
| download | task-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
