Cleaned up terminal colouring impl and added more config options

This commit is contained in:
Phil Nash 2014-10-21 07:24:30 +01:00
parent a5dca3d370
commit bde3567f3e
3 changed files with 57 additions and 48 deletions

View file

@ -12,10 +12,6 @@
namespace Catch {
namespace Detail {
struct IColourImpl;
}
struct Colour {
enum Code {
None = 0,
@ -61,7 +57,6 @@ namespace Catch {
static void use( Code _colourCode );
private:
static Detail::IColourImpl* impl();
bool m_moved;
};