We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c6feb commit 72a5710Copy full SHA for 72a5710
lib/readline.js
@@ -700,7 +700,8 @@ Interface.prototype._moveCursor = function(dx) {
700
Interface.prototype._ttyWrite = function(s, key) {
701
key = key || {};
702
703
- // Ignore escape key - Fixes #2876
+ // Ignore escape key, fixes
704
+ // https://github.com/nodejs/node-v0.x-archive/issues/2876.
705
if (key.name === 'escape') return;
706
707
if (key.ctrl && key.shift) {
0 commit comments