diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-12-04 09:15:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-04 09:15:17 -0500 |
| commit | 67e6d9bc30dabc295262b1aee8fe5eb044ba5cdc (patch) | |
| tree | a109b552cc30b78fc058b8f4a8fd80c8c344a8ba /src/os.hpp | |
| parent | 76f3bdfff8224144e7b57748eb8eda2001d0308d (diff) | |
| parent | fea016afc0c1102a4847f4e5676260b14d81096e (diff) | |
| download | zig-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.hpp | 1 |
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, }; |
