aboutsummaryrefslogtreecommitdiff
path: root/tui.c
diff options
context:
space:
mode:
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