Changed terminal i/o for the bbs

This commit is contained in:
Michiel Broek
2004-11-03 20:48:45 +00:00
parent fd8eb8b6f3
commit 3fb35f698c
57 changed files with 6202 additions and 4999 deletions

View File

@@ -611,7 +611,7 @@ int main(int argc, char **argv)
mbse_colour(LIGHTGREEN, BLACK);
printf("Are you sure to process all area lists [y/N] ");
fflush(stdout);
x = Getone();
x = mbse_Getone();
printf("\r \r");
fflush(stdout);
if (toupper(x) != 'Y')