Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mcvax!ukc!dcl-cs!bath63!sc_dra From: sc_dra@ux63.bath.ac.uk (Dave Allum) Newsgroups: comp.sys.atari.st Subject: Re: cursor question Message-ID: <1675@bath63.ux63.bath.ac.uk> Date: Wed, 16-Sep-87 04:57:07 EDT Article-I.D.: bath63.1675 Posted: Wed Sep 16 04:57:07 1987 Date-Received: Sat, 19-Sep-87 18:49:46 EDT References: <20109IGW@PSUVMB> Reply-To: sc_dra@ux63.bath.ac.uk (Dave Allum) Organization: SWURCC, University of Bath, U.K. Lines: 17 Summary: XBIOS Cursconf The cursor may be changed by calling the xbios routine Cursconf, int Cursconf(function, rate) int function, rate ; Values for function are, 0 disable cursor 1 enable cursor 2 flash cursor 3 steady cursor 4 set flash rate 5 get flash rate The rate parameter is only used for function 4 and is the flash frequency required. Cursconf returns the current flash rate if function is set to 5. For assembler programmers Cursconf is xbios (trap 14) function 21.