Original post by Anon Mike Escape sequences are just as system-dependent as system(). They won't work on the default Windows console for example.
Then the default windows console doesn't implement the ASCII properly, or am I wrong here?
Cheers, Drag0n
-----------------------------"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning..." -- Rich Cook"...nobody ever accused English pronounciation and spelling of being logical." -- Bjarne Stroustrup"...the war on terror is going badly because, if you where to compare it to WWII, it's like America being attacked by Japan, and responding by invading Brazil." -- Michalson
The escape sequences are what's known as ANSI, not ASCII In dos based instances of windows (pre nt) you had to load the ansi.sys device driver using config.sys during startup to install support for them Don't believe nt has support @ all
But this is the *nix forum soo.. it doesn't matter :D
Is it safe to presume nix always has ansi support?
_______________________________ ________ _____ ___ __ _`By offloading cognitive load to the computer, programmers are able to design more elegant systems' - Unununium OS regarding Python