Smart color handling:

* if on Windows, no color, as usual
* if on Linux, color only on real term
  * no color when > foo
  * no color in the logfile
This commit is contained in:
Philippe Teuwen 2019-04-30 00:41:52 +02:00
commit a91d0a7b19
10 changed files with 101 additions and 112 deletions

View file

@ -12,7 +12,6 @@
#include <jansson.h>
#include "tlv.h"
#include "commonutil.h"
typedef struct {
tlv_tag_t Tag;