Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!sri-unix!teknowledge-vaxc!dplatt From: dplatt@teknowledge-vaxc.ARPA (Dave Platt) Newsgroups: comp.sys.mac Subject: Re: CMKermit cursor Message-ID: <18029@teknowledge-vaxc.ARPA> Date: Sat, 17-Oct-87 21:27:19 EDT Article-I.D.: teknowle.18029 Posted: Sat Oct 17 21:27:19 1987 Date-Received: Sun, 18-Oct-87 12:59:13 EDT References: <8692@shemp.UCLA.EDU> Reply-To: dplatt@teknowledge-vaxc.arpa (Dave Platt) Organization: Teknowledge, Inc., Palo Alto CA Lines: 10 Keywords: MacKermit ResEdit cursor The cursor in CKMKER isn't done via a resource (either a CRSR or a FONT character). Instead, it's done by a specific InvertRect call that toggles the screen-bits that lie under the cursor location. As far as I can tell, there's no way to change its appearance without going in with a code-patching utility and altering the code that calculates the dimensions of the rectangle. I don't like it much, either... and if/when I succeed in porting CKMKER into Lightspeed C, I may decide to create an alternate cursor shape and/or set up a nonblinking cursor.