> Now - having said that - I got interested and shall have to check > how cc65's runtime lib achieves "\r" on the CBM. I don't remember a > simple "one shot" way of doing it on a C64. So I checked - seems that it actually _doesn't_ achieve "\r" properly! I wrote a simple: printf("abcd\n"); printf("efgh\r"); printf("ijkl\n"); and I got: abcd efghijkl instead of: abcd ijkl Is this a bug or a feature? I know it is not very straightforward but AFAIR it still can be achieved with a combination of SCREEN and PLOT calls without too much hassle, can't it? ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Wed Mar 5 10:00:44 2008
This archive was generated by hypermail 2.1.8 : 2008-03-05 10:00:47 CET