is there a way to make a program break a loop in response to user input? I know I could use getchar(), but I want something that wouldn't require user input on each loop. I'd like the loop to run forever uninterrupted, or until the user presses a key (preferrably ctrl+break, but for now, anything will do).
