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:
parent
6e9f746a46
commit
d4127717ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user