Re: [NEWBIE] In nanny reading files like background

From: Ben C (europa@vt.edu)
Date: 12/10/00


>so if u can tell me how to add
>some breaks that would say press any key to continue in the "SEND_TO_Q"
>part

Put the entire text in one big string, and use the page_string()
function.  As in:

   char *info =
   "Blah blah blah.\r\n"
   "Blah Blah.\r\n";

   page_string(d, info, 0);

>or all the places i need to refrence the file that would be
>great.  At this point I don't care which.  Thanks alot

   grep "background" *.[ch]

Or if you're using Windows: Start, Find, Files or Folders,
and do a search in your src directory for all files containing
the text "background".

--Ben C

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/11/01 PDT