diff --git a/src/Console.php b/src/Console.php index bc01ead..306db3d 100644 --- a/src/Console.php +++ b/src/Console.php @@ -473,7 +473,7 @@ class Console $this->moveCursor ($cursorPos); } // }}} - elseif (ord($char) === 127) + elseif (ord($char) === 127 || ord($char) === 8) // Remove the previous char (Backspace) // {{{ {