Disable color support in lang output.

Looks ugly when using emoji.
This commit is contained in:
Érico Nogueira 2021-07-17 19:52:29 -03:00
parent 089bb40acc
commit 8ffece2e54
1 changed files with 1 additions and 0 deletions

1
lang.c
View File

@ -4,6 +4,7 @@
#include <stdint.h>
#include <fnmatch.h>
#define NOCOLOR
#include "colors.h"
#include "ep.h"