This commit is contained in:
isaacs 2013-01-29 23:55:58 -08:00
parent 3fe6aba558
commit f64d1febc8

View File

@ -756,7 +756,7 @@ Interface.prototype._ttyWrite = function(s, key) {
case 'enter':
if (this._sawReturn)
this._sawReturn = false
this._sawReturn = false;
else
this._line();
break;