Created by: lo48576
Backspace didn't work correctly because the example code pushes \u{8} at line 230 and then removes it at line 236.
\u{8}
This PR prevent appending BS character (\u{8}) to text, and enables Backspace key to work correctly.
text