summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-25 20:00:27 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-25 20:00:27 +0100
commit31115dd3122a1994a83f59f4be485a814d1a1f41 (patch)
tree26a51da059b0dfd12f69b078475b990acd87c5d7 /include/rofi.h
parentbb9f8af36f3cb8e645d5a51ac29b9f8099889dd6 (diff)
Print compile options (window, drun,timing, asan, gcov) in -help
Issue: #506
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 8bd8e960..fad90e49 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -51,6 +51,8 @@ void rofi_set_return_code ( int code );
#define color_italic "\033[2m"
/** Set terminal foreground text green */
#define color_green "\033[0;32m"
+/** Set terminal foreground text red */
+#define color_red "\033[0;31m"
/** Appends instructions on how to report an error. */
#define ERROR_MSG( a ) a "\n" \