Re: [cc65] using newline in cprintf on c64

Date view Thread view Subject view

From: Groepaz (groepaz_at_gmx.net)
Date: 2003-03-07 02:02:28


On Friday 07 March 2003 01:46, Greg Long wrote:
> heheh yeah sometimes mine took awhile to crash :)
>
> I tried outputting a 0x11 (cursor down) in lieu of the newline...which I
> think just spat out a lowercase q, and not a ctrl-q, which is the cursor
> down.

conio functions dont accept control characters (again, the behaviour is 
undefined for them)...use gotoxy etc for manipulating cursor position...thats 
not only portable, but also faster than doing this stuff with CHROUT for 
example.

gpz
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-03-07 01:56:34 CET