summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-14 16:46:54 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-14 16:46:54 +0200
commitce341f68851e1170e231fc25cc8183183a2da99b (patch)
tree9eba2ba8f0354e55734c281f276d1c62a84380d6 /include/rofi.h
parentb4c599f022feb69d5be7c27a3037c70c02c44790 (diff)
Document more headers.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/rofi.h b/include/rofi.h
index f94a2ec9..8bd8e960 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -44,13 +44,13 @@ const Mode * rofi_get_mode ( unsigned int index );
*/
void rofi_set_return_code ( int code );
/** Reset terminal */
-#define color_reset "\033[0m"
+#define color_reset "\033[0m"
/** Set terminal text bold */
-#define color_bold "\033[1m"
+#define color_bold "\033[1m"
/** Set terminal text italic */
-#define color_italic "\033[2m"
+#define color_italic "\033[2m"
/** Set terminal foreground text green */
-#define color_green "\033[0;32m"
+#define color_green "\033[0;32m"
/** Appends instructions on how to report an error. */
#define ERROR_MSG( a ) a "\n" \