When I use io.read()
I get input from the user but when I do so it wont count backspaces, so if I type:
blah blah blaht
when my program wants input then if I delete the t:
blah blah blah
It still reads it as if the t is there, help?
EDIT: Only does this when debugging, im using SciTE, thx