HUGO: Add lineHandler for v3 Dos, fix/add comments

svn-id: r53170
This commit is contained in:
Arnaud Boutonné 2010-10-12 21:12:54 +00:00
parent dbde2e46e3
commit 7723d91c95
6 changed files with 224 additions and 6 deletions

View file

@ -121,7 +121,7 @@ void Parser::keyHandler(uint16 nChar, uint16 nFlags) {
}
// Add any new chars to line buffer and display them.
// If CR pressed, pass line to Line_handler()
// If CR pressed, pass line to LineHandler()
void Parser::charHandler() {
debugC(4, kDebugParser, "charHandler");