|
|
coherent
/*
* Show a message and get a reply.
*/
#include <scn.h>
Query(s)
char *s;
{
char reply, work[80];
if (NULL == errWindow)
fatal("No error window");
sprintf(work, "%r ", &s);
wmove(errWindow, 0, 0);
waddstr(errWindow, work);
wrefresh(errWindow);
reply = wgetch(errWindow);
werase(errWindow);
wrefresh(errWindow);
return (reply);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.