md_readchar
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
static int32_t endwinflag;
|
||||
WINDOW *stdscr;
|
||||
int32_t ESCDELAY;
|
||||
|
||||
WINDOW *newwin(int32_t nlines,int32_t ncols,int32_t begin_y,int32_t begin_x)
|
||||
{
|
||||
@@ -413,3 +414,9 @@ int32_t getch(void)
|
||||
return(0);
|
||||
}
|
||||
|
||||
int32_t md_readchar(void)
|
||||
{
|
||||
fprintf(stderr,"unexpected and unsupported call to md_readchar\n");
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user