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