Name: Anonymous 2012-11-06 10:21
I want to write a simple, but not too simple, interpreter for my programming language. I'm going to implement tab-completion and some other features.
How do I intercept keyboard input?
How do I intercept keyboard input?