diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-03-28 11:31:16 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-03-28 18:56:38 +1000 |
commit | 0bd36f25422a0a40d1eeededabfe9f434e164c06 (patch) | |
tree | e50a16b5412efcd32a9ba90d4ec7d530a35407d3 /tools | |
parent | 937541cb82bb7e9fb22c30cab3d402482e8909ac (diff) |
test: add color to litest verbose output
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/shared.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/shared.c b/tools/shared.c index c4f19f8..830e0cb 100644 --- a/tools/shared.c +++ b/tools/shared.c @@ -73,9 +73,6 @@ log_handler(struct libinput *li, const char *format, va_list args) { -#define ANSI_HIGHLIGHT "\x1B[0;1;39m" -#define ANSI_RED "\x1B[0;31m" -#define ANSI_NORMAL "\x1B[0m" static int is_tty = -1; if (is_tty == -1) |