diff options
Diffstat (limited to 'src/tui.c')
| -rw-r--r-- | src/tui.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ #include "calc_data.h" #include "input.h" +/* TODO: fix the TUI display */ + static struct calc_data calcs[CALC_COUNT] = {0}; static int current_idx = 0; static WINDOW *win; |
