summaryrefslogtreecommitdiff
path: root/include/consolecolors.h
AgeCommit message (Collapse)Author
2019-01-03Add the ability to disable console colors in stdout logging (#1539).linuxdaemon
2015-12-28Fix some whitespace issuesAttila Molnar
2013-04-12Tidy up source files:Peter Powell
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues.
2012-10-14Resolve two warnings clang complains aboutChrisTX
No newline at end of file in consolecolors.h String plus int in snomasks
2012-10-14Replace printf(_c) with iostreamChrisTX