Make REDO unconditional.
This commit is contained in:
@@ -407,7 +407,7 @@ const char *str;
|
||||
#else
|
||||
msmsg("Hit <Enter> %s.", str);
|
||||
#endif
|
||||
while (Getchar() != '\n') ;
|
||||
while (pgetchar() != '\n') ;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user