| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5155d8e commit 965b56a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -751,7 +751,8 @@ Interface.prototype._ttyWrite = function(s, key) { | |||
| 751 | 751 | key = key || {}; | |
| 752 | 752 | this._previousKey = key; | |
| 753 | 753 | ||
| 754 | - // Ignore escape key - Fixes #2876 | ||
| 754 | + // Ignore escape key, fixes | ||
| 755 | + // https://github.com/nodejs/node-v0.x-archive/issues/2876. | ||
| 755 | 756 | if (key.name === 'escape') return; | |
| 756 | 757 | ||
| 757 | 758 | if (key.ctrl && key.shift) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments