home *** CD-ROM | disk | FTP | other *** search
- /*----------------------------message------------------------------*/
- /*DESCRIPTION: Displays a message on the bottom of the screen and */
- /* prompts to press a key to recover. */
- /* */
- /*INPUT: */
- /* message = message to be displayed */
- /* recover = 0 -- "ANY KEY" */
- /* recover = 1 -- "ANY KEY TO CONTINUE" */
- /* recover = 2 -- "ANY KEY TO RECOVER" */
- /* recover = 3 -- "" */
- /*RETURNS: the character entered */
- /* */
- /*USES: Frame, GetCursor, OffCursor, SetCursor */
- /*-----------------------------------------------------------------*/
-
- char message(char *message, int recover)