From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-12-11 00:32:57
On Tue, Dec 10, 2002 at 05:50:32PM +0100, Christian Groessler wrote: > But then I cannot follow the argument that textcolor() should do > nothing instead of setting the luminance as it is now. > If textcolor does nothing, your simplemenu silently will not work > correctly anyway since the text brightness is undefined. If you need some other sample code, have a look at the debugger module that comes with cc65. It has several calls to textcolor() and works on both, monochrome and color machines. Without a textcolor function that does nothing, it would need additional defines, either #ifdef'ing each call to textcolor(), or better, defining a dummy textcolor function that does nothing. But if I need a dummy textcolor function to make the code portable, why cannot conio supply such a function? 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-12-11 00:33:01 CET