Prompts the user to press a key.
#include <screen.h>
int promptforkeypress (
int which,
const char *prompt );
(IN) Specifies ????.
(IN) Points to a null-terminated string to use for the prompt.
If successful, returns If unsuccessful, returns -1.
.