Cleaned up terminal colouring impl and added more config options
This commit is contained in:
parent
a5dca3d370
commit
bde3567f3e
3 changed files with 57 additions and 48 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue