Xref: utzoo alt.msdos.programmer:946 comp.sys.ibm.pc:41020 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!rutgers!usc!sdsu!ucsd!ucsdhub!hp-sdd!megatek!eta!hollen From: hollen@eta.megatek.uucp (Dion Hollenbeck) Newsgroups: alt.msdos.programmer,comp.sys.ibm.pc Subject: Re: Quick Screen Access in C Message-ID: <876@megatek.UUCP> Date: 2 Jan 90 14:48:59 GMT References: <3659@escargot.UUCP> Sender: news@megatek.UUCP Distribution: usa Lines: 18 From article <3659@escargot.UUCP>, by chrisb@escargot.UUCP (Chris Bradley): > Greetings all, > > I have a need to do quick access to the video screen (instead of loading > ANSI.SYS and using printf(''); commands for video cursor control.) > If all you want is quick cursor control, why not use "int86" or "int86x" (check the manual for which one is appropriate) to invoke the BIOS INT 10H for video control. One of the functions will set the cursor position for you with very little overhead. It is also portable to any decent clone. Even if the video is real strange, the BIOS interface will generally be compatible. Dion Hollenbeck (619) 455-5590 x2814 Megatek Corporation, 9645 Scranton Road, San Diego, CA 92121 uunet!megatek!hollen or hollen@megatek.uucp