Hi!
I have to validate user-input from stdin that is not going to be entered by hitting the Enter-key. So readline() and other Enter-dependent functions are of no use to me.
Practically the promt will be filled, and each keystroke has to be handled as an event. How do I get access to the promt buffer's contents?