Re: A86: inverted menu


[Prev][Next][Index][Thread]

Re: A86: inverted menu




to write inverted text:
	set textInverse,(iy+textflags)  ;3,(iy+$05)

to write normal:
	res textInverse,(iy+textflags)

you can also write the text normally and invert the screen, but that's a
little more complicated.

-josh

On Sun, 30 Aug 1998 20:36:01 EDT BrncAvFan2@aol.com writes:
>
>How do I make a menu like thing?  Something that will invert the text 
>that the
>menu pointer is on.  Something that is used in shells to invert the 
>text for
>the program that you are on.  I am not making a shell (just in case 
>you cared)
>and if anyone could give me the way that they do it, I would be very
>appreciative.
>
>THANX
>Dan
>

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]


References: