Page 1 of 1

Ctrl-y and continue doesn't work with scanf()?

Posted: Wed Aug 28, 2019 2:44 am
by ajbrehm
I have a program that reads user input with scanf(). I can interrupt it with ctrl-y. But when I type "continue" to continue it, it just runs through its course as if someone had entered numbers (it asks for numbers and loops scanf() if it doesn't get them) and pressed return enough times for the program to run to its end.

Am I missing a setting?