Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/3/84; site grkermi.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!whuxlm!harpo!decvax!genrad!grkermi!andrew From: andrew@grkermi.UUCP (Andrew W. Rogers) Newsgroups: net.micro.pc Subject: Cursor control in Pascal??? Message-ID: <481@grkermi.UUCP> Date: Fri, 28-Jun-85 08:00:45 EDT Article-I.D.: grkermi.481 Posted: Fri Jun 28 08:00:45 1985 Date-Received: Mon, 1-Jul-85 06:30:32 EDT Reply-To: andrew@grkermi.UUCP (Andrew W. Rogers) Distribution: net Organization: GenRad, Inc., Concord, Mass. Lines: 18 Summary: I'm in the process of converting a BASICA program to Pascal. Most of it's proceeding OK, but I have one question: How do I make the cursor invisible? I want to do the equivalent of BASICA's LOCATE ,,0 (and its inverse, LOCATE ,,1 of course) in Pascal. Even Peter Norton's "Inside the IBM PC" doesn't give me a clue. I know I could move the cursor off-screen and do all I/O directly to the text buffer, but I really don't want to do that. Any suggestions? Thank you, Andrew W. Rogers grkermi!andrew