aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-27 23:39:30 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-27 23:39:30 +1000
commitbffff77d17d8e6744a9c1cf2d6a88af1da5e985e (patch)
tree6b549c9dcf4b2519b035fd7e536793fd940144b1 /output.h
parent6bdb0cde8bcc00c78eeeecf36792d0b51bdeff43 (diff)
Add support for bold highligting
darcs-hash:20060527133930-ac50b-515d0887567c0e89fdfe10fe8310d6ebb4485974.gz
Diffstat (limited to 'output.h')
-rw-r--r--output.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/output.h b/output.h
index 094f1b37..434cbc61 100644
--- a/output.h
+++ b/output.h
@@ -41,10 +41,13 @@ enum
FISH_COLOR_CYAN,
FISH_COLOR_WHITE,
/** The default fg color of the terminal */
- FISH_COLOR_NORMAL
+ FISH_COLOR_NORMAL,
+ FISH_COLOR_IGNORE,
+ FISH_COLOR_RESET
}
;
-
+
+#define FISH_COLOR_BOLD 0x80
/**
Sets the fg and bg color. May be called as often as you like, since