aboutsummaryrefslogtreecommitdiff
path: root/tui.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-01-23 22:31:55 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2017-01-23 22:32:21 +0100
commitc43e9f348f17382bd90e337be07dfbe15d0746b9 (patch)
tree9f4fb6c4cca5038675f9169971b01db75f07bc7b /tui.c
parentb4cc98e63c38bd445978610839f64590f6fad570 (diff)
downloadhex-c43e9f348f17382bd90e337be07dfbe15d0746b9.tar.gz
hex-c43e9f348f17382bd90e337be07dfbe15d0746b9.tar.xz
hex-c43e9f348f17382bd90e337be07dfbe15d0746b9.zip
Improve ARRAY
Diffstat (limited to 'tui.c')
-rw-r--r--tui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tui.c b/tui.c
index 3887369..4d803df 100644
--- a/tui.c
+++ b/tui.c
@@ -90,6 +90,7 @@ struct row_char
struct row_buffer
{
+ // TODO: rewrite this using ARRAY
struct row_char *chars; ///< Characters
size_t chars_len; ///< Character count
size_t chars_alloc; ///< Characters allocated