Takashi Matsuoka / MJ_LineSerial

Files at this revision

API Documentation at this revision

Comitter:
matsujirushi
Date:
Mon Oct 13 13:01:36 2014 +0000
Parent:
0:d3ca6a57e60b
Commit message:
Erase a char then key in backspace.

Changed in this revision

LineSerial.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/LineSerial.cpp	Mon Oct 13 12:50:10 2014 +0000
+++ b/LineSerial.cpp	Mon Oct 13 13:01:36 2014 +0000
@@ -67,7 +67,8 @@
             }
             else
             {
-                this->putc('\b');
+                this->puts("\b \b");
+                
             }
             break;
         default:
@@ -113,4 +114,3 @@
     this->readBufferCount--;
     return true;
 }
-