|
|
In postproc.c, can you change the lines in the form:
Status_Info("\nApplying '...' effect: %d%%", ...);
to:
Status_Info("\rApplying '...' effect: %d%%", ...);
?
The lines in the form:
Status_Info("\nApplying '...' effect: 0%%");
do not need to be changed (actually they are better that way because they
put that text in the next line instead of printing it over the previous
text).
It looks a lot better in the unix command line version.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|