aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 4f75665..59a43d2 100644
--- a/readme.md
+++ b/readme.md
@@ -72,4 +72,5 @@ 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);
+- [ ] Hide stderr messages from app screen.
- [ ] Go over all `TODO` items;