home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / c / 18201 < prev    next >
Encoding:
Text File  |  1992-12-11  |  1.0 KB  |  25 lines

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