@ -113,7 +113,7 @@ ReadStream.prototype._emitKey = function(s) {
} else if (s === '\t') {
// tab
key.tab = 'tab';
key.name = 'tab';
} else if (s === '\b' || s === '\x7f') {
// backspace or ctrl+h