aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stable/protocoltelnet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stable/protocoltelnet.cpp b/src/stable/protocoltelnet.cpp
index d6e22d1..9cf2a7b 100644
--- a/src/stable/protocoltelnet.cpp
+++ b/src/stable/protocoltelnet.cpp
@@ -479,6 +479,7 @@ void Bu::ProtocolTelnet::onCtlChar( char cChr )
479 switch( cChr ) 479 switch( cChr )
480 { 480 {
481 case CH_DEL: 481 case CH_DEL:
482 case CH_BS: // This isn't exactly standard
482 { 483 {
483 if( sDataBuf.getSize() > 0 ) 484 if( sDataBuf.getSize() > 0 )
484 { 485 {