| 6860 | |
| 6861 | private: |
| 6862 | void setTextAttribute( WORD _textAttribute ) { |
| 6863 | SetConsoleTextAttribute( stdoutHandle, _textAttribute | originalBackgroundAttributes ); |
| 6864 | } |
| 6865 | HANDLE stdoutHandle; |
| 6866 | WORD originalForegroundAttributes; |
| 6867 | WORD originalBackgroundAttributes; |
nothing calls this directly
no outgoing calls
no test coverage detected