Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!psuvax1!rutgers!cmcl2!adm!news From: CDCKAB%EMUVM1.BITNET@cunyvm.cuny.edu ( Karl Brendel) Newsgroups: comp.lang.pascal Subject: (R)Cursor Message-ID: <24542@adm.BRL.MIL> Date: 19 Sep 90 03:43:29 GMT Sender: news@adm.BRL.MIL Lines: 22 In article <121@nijmeg.UUCP>, willem kutschruiter writes: >Does some body known how to change the cursor with TP5.0. You need to investigate interrupt $10, function 3. (I.e., you will need to make a call to procedure INTR with IntNo := $10 and Regs.ah := 3.) Note that desirable start and stop scan lines depend on the video adapter type. Also you may want to read the current cursor configuration so you can restore it later, and that is prone to error depending on the adapter type and video mode. +-------------------------------------------------------------------------+ | Karl Brendel Centers for Disease Control | | CDCKAB@EMUVM1.BITNET Epidemiology Program Office | | InterLink/RIME: KARL BRENDEL Atlanta, GA | | GEnie: K.BRENDEL phone 404/639-2709 | | fts 236-2709 | | Home of Epi Info 5.0 | +-------------------------------------------------------------------------+