I downloaded the compiler (I think this is MinGW, but I'm not sure) on Windows 2000 the other day (I'm a Mac user, but it's not my machine), and the bootloader was MS-DOS, which displays a progress bar for loading. Something like that...
|--- | 15%
...
|------ | 30%
...
...
|-------------- | 70%
except that it will be constantly updated on the same line. I assume that the program did this by deleting previously typed characters and retyping different ones, but I cannot figure out how to do this.
I tried typing the 'delete' character in several different ways, for example, (char)8and \b(even \rthat I heard to return to the beginning of the line in some languages), but none of these things worked.
Does anyone know how to do this?
: . , Mac.