0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

Fix tab on posix tty

This commit is contained in:
Ryan Dahl 2011-01-19 11:33:42 -08:00
parent 6e9f746a46
commit d4127717ac

View File

@ -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