aboutsummaryrefslogtreecommitdiff
path: root/src/os.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-12-04 09:15:17 -0500
committerGitHub <noreply@github.com>2017-12-04 09:15:17 -0500
commit67e6d9bc30dabc295262b1aee8fe5eb044ba5cdc (patch)
treea109b552cc30b78fc058b8f4a8fd80c8c344a8ba /src/os.hpp
parent76f3bdfff8224144e7b57748eb8eda2001d0308d (diff)
parentfea016afc0c1102a4847f4e5676260b14d81096e (diff)
downloadzig-67e6d9bc30dabc295262b1aee8fe5eb044ba5cdc.tar.gz
zig-67e6d9bc30dabc295262b1aee8fe5eb044ba5cdc.zip
Merge pull request #644 from Dubhead/Dubhead-fix-message-color
Fix the color of compiler messages for light-themed terminal.
Diffstat (limited to 'src/os.hpp')
-rw-r--r--src/os.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os.hpp b/src/os.hpp
index 611779f7c8..d4d1676df6 100644
--- a/src/os.hpp
+++ b/src/os.hpp
@@ -21,6 +21,7 @@ enum TermColor {
TermColorGreen,
TermColorCyan,
TermColorWhite,
+ TermColorBold,
TermColorReset,
};