Daniel Keep wrote:
http://github.com/DanielKeep/gb/blob/master/src/gb/io/Ansi.d
I noticed this comment:
/* We only need to override write for Windows, since it's the only OS
* that doesn't understand ANSI. The ONE spot where 9x is better than
* NT...
*/
This is incorrect - ANSI.SYS is sti
funog wrote:
> Stewart Gordon Wrote:
>
>> Funog wrote:
>>> How can I get a D1 console program to use ANSI codes? Currently it just
>>> prints the escape character like any other...
>> At first I thought you meant the ANSI character set, but then I realised
>> you're probably talking about ANSI.
Funog wrote:
How can I get a D1 console program to use ANSI codes? Currently it just prints
the escape character like any other...
At first I thought you meant the ANSI character set, but then I realised
you're probably talking about ANSI.SYS.
This is an operating system issue, not a D issu
Stewart Gordon Wrote:
> Funog wrote:
> > How can I get a D1 console program to use ANSI codes? Currently it just
> > prints the escape character like any other...
>
> At first I thought you meant the ANSI character set, but then I realised
> you're probably talking about ANSI.SYS.
>
> This is