From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-10-31 23:24:51
On Thu, Oct 31, 2002 at 02:10:57PM -0800, Shawn Jefferson wrote: > Ok. That certainly seems to be what is going on. I just wrote a little > test program and verified that the conio function cursor() doesn't turn the > cursor on/off on the atari. Just checked the sources: It is in fact not the cursor() function that is not working, it is cgetc() that is ignoring the state variable set by cursor(). > I guess the quick solution is for me to just move the E: device cursor > coordinates myself before doing my printf in text_input. I was using gotoxy() > thinking that this is what it did... The obvious solution would be to fix cgetc. Christian, can you have a look at it? Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- 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-10-31 23:24:56 CET