Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!apple!gem.mps.ohio-state.edu!ginosko!aplcen!jhunix!esp_05 From: esp_05@jhunix.HCF.JHU.EDU (Stdnt 05) Newsgroups: comp.sys.atari.st Subject: Re: A cursor in windows Keywords: cursor GEM windows HELP! Message-ID: <2842@jhunix.HCF.JHU.EDU> Date: 9 Oct 89 05:52:33 GMT References: <715@carroll1.UUCP> Reply-To: esp_05@jhunix.UUCP (Stdnt 05) Organization: The Johns Hopkins University - HCF Lines: 9 How to draw a cursor: Cursors are real easy. All you have to do is draw them in with v_bar, but first set the write mode to XOR ( vswr_mode(handle,3) ) so that you wind up with a black cursor over a white letter. When you're ready to undraw the cursor, just set the write mode back to XOR (if you changed it in the first place) and draw the same box over again. EMR