Path: utzoo!utgpu!attcan!uunet!peregrine!elroy!ames!mailrus!husc6!cmcl2!adm!CCRJW%UMCVMB.BITNET@cunyvm.cuny.edu
From: du>@adm.ARPA
Newsgroups: comp.lang.pascal
Subject: Re: Graphics with Turbo Pascal 4.0
Message-ID: <16772@adm.ARPA>
Date: 9 Aug 88 23:10:09 GMT
Sender: news@adm.ARPA
Lines: 7

> There appears to be no control of drawing logic for line or arc drawing.

Look at the description of PutImage in the Turbo manual.  It allows
you to display a saved bitmap using MOV, OR, XOR, AND and NOT operations.
It seems like this should be adequate for showing crosshairs.

Rich Winkel