MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / setTextAttribute

Method setTextAttribute

unittests/catch.hpp:6862–6864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6860
6861 private:
6862 void setTextAttribute( WORD _textAttribute ) {
6863 SetConsoleTextAttribute( stdoutHandle, _textAttribute | originalBackgroundAttributes );
6864 }
6865 HANDLE stdoutHandle;
6866 WORD originalForegroundAttributes;
6867 WORD originalBackgroundAttributes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected