Index: lib/Padre/Wx/Main.pm
===================================================================
--- lib/Padre/Wx/Main.pm	(revision 7816)
+++ lib/Padre/Wx/Main.pm	(working copy)
@@ -1714,6 +1714,9 @@
 			},
 		);
 	}
+	
+	# ticket #205, reset output style before running command
+	$self->output->style_neutral;
 
 	# Start the command
 	$self->{command} = Wx::Perl::ProcessStream->OpenProcess( $cmd, 'MyName1', $self );
