Skip to content

Commit

Permalink
Disable color support in lang output.
Browse files Browse the repository at this point in the history
Looks ugly when using emoji.
  • Loading branch information
ericonr committed Jul 17, 2021
1 parent 089bb40 commit 8ffece2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <stdint.h>
#include <fnmatch.h>

#define NOCOLOR
#include "colors.h"
#include "ep.h"

Expand Down

0 comments on commit 8ffece2

Please sign in to comment.