diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-31 14:25:30 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-31 14:25:30 -0500 |
commit | e26bc35d04c136a142da37a87f6ba47940399879 (patch) | |
tree | 8a537dcff79d0915c46249db336fa30e79a190d3 /main.c | |
parent | e5ccfb4ee98da03ac5423c0570a4da33ef85b975 (diff) |
started color customization
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,9 +12,10 @@ no_warn_end #include <wctype.h> #include "command.h" +#include "util.c" +#include "colors.c" #include "time.c" #include "unicode.h" -#include "util.c" #define MATH_GL #include "math.c" #include "text.h" |