readline: remove doubled case.
Signed-off-by: Fedor Indutny <fedor@indutny.com>
This commit is contained in:
parent
90c9891084
commit
4d04c7b5ee
@ -768,10 +768,6 @@ Interface.prototype._ttyWrite = function(s, key) {
|
||||
this._deleteWordRight();
|
||||
break;
|
||||
|
||||
case 'backspace':
|
||||
this._deleteWordLeft();
|
||||
break;
|
||||
|
||||
case 'left':
|
||||
this._wordLeft();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user