From: Christian Groessler (cpg_at_aladdin.de)
Date: 2002-11-08 23:56:22
On 11/08/2002 02:34:18 PM PST "Shawn Jefferson" wrote: > >I'm getting a strange behavior with cputsxy and cprintf. It is >printing the last character of the string twice. > >This code: > > revers(1); > cprintf("This is a line in reverse video.\n\r"); > revers(0); > cprintf("This line is not.\n\r"); > > cputsxy(2,10, "This line is here."); > >Compiled with: > >cl65 -t atari texttest.c cputc.s cgetc.s -o texttest.exe > >Produces output like this: > >This is a line in reverse video.. >This line is not.. > > This line is here.. The double printing should already be fixed in the development version, I'll look into the revers problem. regards, chris ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-11-08 23:56:53 CET