Pushes a character to the push-back buffer of the application screen.
#include <screen.h>
int ungetcharacter (
int ch);
(IN) Specifies the character
If successful, returns 0. Otherwise, returns -1 and sets errno to one of the following:
The pushed-back character is the next character read during a call to such functions as getcharacter or getstring.