* utils.c (prompt_for_continue): Call readline, not gdb_readline.

This commit is contained in:
Jim Kingdon 1994-03-19 06:36:18 +00:00
parent f3f29240da
commit a94100d198

View file

@ -1032,6 +1032,9 @@ prompt_for_continue ()
from system to system, and because telling them what to do in from system to system, and because telling them what to do in
the prompt is more user-friendly than expecting them to think of the prompt is more user-friendly than expecting them to think of
SIGINT. */ SIGINT. */
/* Call readline, not gdb_readline, because GO32 readline handles control-C
whereas control-C to gdb_readline will cause the user to get dumped
out to DOS. */
ignore = ignore =
readline ("---Type <return> to continue, or q <return> to quit---"); readline ("---Type <return> to continue, or q <return> to quit---");
if (ignore) if (ignore)