From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-10-31 21:36:11
On Thu, Oct 31, 2002 at 12:29:54PM -0800, Shawn Jefferson wrote: > I'm thinking that it has something to do with the fact that I am using both > conio functions and printf. Perhaps they maintain a different set of > coordinates or something else weird is going on? I can only comment on this one: You should not use both, conio and standard C file I/O to write to the screen. This is true not only for the Atari but for almost all other platforms. You may get weird effects when doing so. The reason is - as you suspected - that the conio subsystem may use its own variables for cursor position, size, state or whatever. 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 21:36:16 CET