aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/output.h b/src/output.h
index a952d8a4..68ad2a2e 100644
--- a/src/output.h
+++ b/src/output.h
@@ -31,17 +31,7 @@ enum
FISH_COLOR_NORMAL,
FISH_COLOR_IGNORE,
FISH_COLOR_RESET
-}
-;
-
-/**
- The value to send to set_color to tell it to use a bold font
-*/
-#define FISH_COLOR_BOLD 0x80
-/**
- The value to send to set_color to tell it to underline the text
-*/
-#define FISH_COLOR_UNDERLINE 0x100
+};
/**
Sets the fg and bg color. May be called as often as you like, since