HUGO: Add lineHandler for v3 Dos, fix/add comments
svn-id: r53170
This commit is contained in:
parent
dbde2e46e3
commit
7723d91c95
6 changed files with 224 additions and 6 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue