Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ setColour
Method
setColour
unittests/catch.hpp:6927–6929 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6925
6926
private:
6927
void setColour( const char* _escapeCode ) {
6928
Catch::cout() <<
'\033'
<< _escapeCode;
6929
}
6930
};
6931
6932
bool useColourOnPlatform() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected