<div>&nbsp;</div>
<div>Actually, the code presently in trunk doesn't only 'not support' Windows users, but positively 'breaks' the screen presentation. [If --colour is given as an option, so the easy workaround is to leave it out!&nbsp; :-) ]</div>

<div>&nbsp;</div>
<div>Like this -</div>
<div>&nbsp;</div>
<div><br>J:\TryBZR&gt;spec&nbsp; specs -c
<p>............................</p>
<p>Finished in 0.265 seconds</p>
<p>$B"+(B[32m28 specifications, 0 failures$B"+(B[0m</p>
<p>[ Those &quot; &lt;-[#m &quot; sequences are the&nbsp;ansi controls not being interpreted by Windows.]</p>
<p>&nbsp;</p>
<p>Trying to reproduce ansi-terminal functionality with win32console works OK with a simple&nbsp;'puts &quot;\e[32m&quot; ', but breaks somewhere in rspec's Formatter and Reporter classes, because putting @output &lt;&lt; &quot;\e[32m&quot;&nbsp; in the formatter's dump methods does not have the desired effect
</p>
<p>DeeJay<br></p></div>