neonep
Programmer
- Jun 26, 2003
- 34
I am writing a command line interpreter and I just need to figure out how I would make it possible for the users to use backspace to erase characters in the input buffer.
So if they mistakenly type in "adc" then they could use backspace to make it "ad" and then continue to make it "add". Any help is appreciated.
So if they mistakenly type in "adc" then they could use backspace to make it "ad" and then continue to make it "add". Any help is appreciated.