home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / cfuncs.arj / MESSAGE.DOC < prev    next >
Text File  |  1991-02-15  |  695b  |  17 lines

  1. /*----------------------------message------------------------------*/
  2. /*DESCRIPTION: Displays a message on the bottom of the screen and  */
  3. /* prompts to press a key to recover.                    */
  4. /*                                   */
  5. /*INPUT:                               */
  6. /*     message = message to be displayed               */
  7. /*     recover = 0 -- "ANY KEY"                   */
  8. /*     recover = 1 -- "ANY KEY TO CONTINUE"               */
  9. /*     recover = 2 -- "ANY KEY TO RECOVER"               */
  10. /*     recover = 3 -- ""                       */
  11. /*RETURNS: the character entered                   */
  12. /*                                   */
  13. /*USES: Frame, GetCursor, OffCursor, SetCursor                     */
  14. /*-----------------------------------------------------------------*/
  15.  
  16. char message(char *message, int recover)
  17.