Add ncurses library to check terminal's color support

This commit is contained in:
Thomas Jensen
2023-05-08 21:12:00 +02:00
parent 89111c55b6
commit 241459e5b4
8 changed files with 98 additions and 8 deletions

View File

@ -40,6 +40,8 @@ opt_t opt;
input_t input;
int color_output_enabled = 1;
char **collect_out = NULL;
int collect_out_size = 0;