This commit is contained in:
jl777
2019-02-17 01:51:13 -11:00
parent 8824e836a7
commit 43edfb4ae2
4 changed files with 14 additions and 2 deletions

View File

@@ -407,3 +407,9 @@ int32_t wgetnstr(WINDOW *win, char *str, int32_t n) // stub
return(0);
}
int32_t getch(void)
{
fprintf(stderr,"unexpected and unsupported call to getch\n");
return(0);
}