Re: A86: Re: Closing menus
[Prev][Next][Index][Thread]
Re: A86: Re: Closing menus
At 06:42 PM 4/27/98 -0500, you wrote:
>
>Thanks. I checked the equates, the memory is not the same. What is the
>difference?
He meant that _penRow and _penCol perform the same function for the small
font as _curRow and _curCol do for the normal font. They _are_ in different
places. _curRow and _curCol are the row and column on the home screen where
the next character is places (screen is 21*8 chars). _penRow and _penCol
are the pixel location of the top left of where the next small font char
goes (screen is 128*64 pixels).
--Joshua
References: