Colourised print.

This commit is contained in:
Simon Brooke 2018-12-12 11:48:24 +00:00
parent 9bfc9074b0
commit 7d0b6bec97
7 changed files with 61 additions and 16 deletions

View file

@ -53,6 +53,7 @@ int main( int argc, char *argv[] ) {
break;
case 'p':
show_prompt = true;
print_use_colours = true;
break;
default:
fwprintf( stderr, L"Unexpected option %c\n", option );