From 355bbe1b1e7fe1b0ab07fe2de8cb6e64418d51e0 Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Fri, 12 Aug 2016 01:42:24 +0300 Subject: colorize: Squash colorize macros into colors.h Move colorize_xxx macroes to colors.h, the reason is to have one file for coloring stuff and have less files in the source tree. Signed-off-by: Vadim Kochan Signed-off-by: Tobias Klauser --- colorize.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 colorize.h (limited to 'colorize.h') diff --git a/colorize.h b/colorize.h deleted file mode 100644 index 928deb2..0000000 --- a/colorize.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef COLORIZE_H -#define COLORIZE_H - -#define colorize_start(fore) "\033[" __##fore "m" -#define colorize_start_full(fore, back) "\033[" __##fore ";" __on_##back "m" -#define colorize_end() "\033[" __reset "m" - -#endif /* COLORIZE_H */ -- cgit v1.2.3-54-g00ecf