home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!digex.com!rcheek
- From: rcheek@access.digex.com (Richard Cheek)
- Subject: changing I/O from screen text
- Message-ID: <Bz3wE7.5I5@access.digex.com>
- Sender: usenet@access.digex.com
- Nntp-Posting-Host: access.digex.com
- Organization: Express Access Online Communications, Greenbelt, MD USA
- Date: Fri, 11 Dec 1992 17:54:06 GMT
- Lines: 13
-
- HELP!!!
- I have been working on a project that does everything in graphics
- mode. I use some functions out of Weiskamps "Power Graphics using Turbo C",
- and the program uses a number of window-type interaction boxes for input
- of strings of characters. The RETURN enters the string via a scan function
- and also terminates the window. What is happening is that the program runs
- a while normally, then begins to execute the carriage return on the screen,
- shifting everything up one line. Also at times characters are put to the
- screen when the string array is beyond its limit. What I want is some
- suggestions on how to get the output changed so that RETURNS won't do this.
- I can't figure it out.
-
- Richard
-