commit a9b525413cbc01e64d5d71e8ba83faea207b9d51
parent 9f75259f4a686f3c98a1f2659575ab46fee983bc
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 28 Jul 2016 09:49:45 +0200
Updating TODO
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO
@@ -2,3 +2,5 @@
- Refactor stuff inherited from the PHP version
- Display mode information in summary
- Use standard C functions to parse ANSI sequences and get rid of explode
+- Increment ansi_buffer by more than one element at a time when using realloc
+ in order to avoid wasting memory. Switch to OpenBSD reallocarray?