Path: utzoo!attcan!uunet!samsung!uakari.primate.wisc.edu!sdd.hp.com!ucsd!ucbvax!pro-grouch.cts.com!rond From: rond@pro-grouch.cts.com (Ron Dippold) Newsgroups: comp.sys.apple2 Subject: Re: Inverse characters Message-ID: <3027.apple.net2@pro-grouch> Date: 12 Jul 90 10:11:15 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 18 In-Reply-To: message from UD041948@NDSUVM1.BITNET > During a recent programming session, I was trying to type INVERSE > characters, and the worked fine in capital letters, but lowercase > letters got screwed up, so the word "Name" in inverse looked something > like "N%&!" (in inverse letters of course). Anyone knows what causes > this phenomena, and better yet, how to fix it? Your problem is that the //e, //c, and //gs have two different character sets in video ROM... Mousetext and normal. To display inverse lowercase at all you need to be in mousetext mode, so if it gets turned off, all you will see is the same characters from the normal set, which happen to be flashing symbols and numbers. To turn mousetext back on, just store something into $C00F. Or you can "PRINT CHR$(27)" from BASIC. UUCP: crash!pro-grouch!rond ARPA: crash!pro-grouch!rond@nosc.mil INET: rond@pro-grouch.cts.com