Skip to content

Commit 72a5710

Browse files
tniessenMylesBorins
authored andcommitted
readline: update references to archived repository
Backport-PR-URL: #19120 PR-URL: #17924 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent f3c6feb commit 72a5710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/readline.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,8 @@ Interface.prototype._moveCursor = function(dx) {
700700
Interface.prototype._ttyWrite = function(s, key) {
701701
key = key || {};
702702

703-
// Ignore escape key - Fixes #2876
703+
// Ignore escape key, fixes
704+
// https://github.com/nodejs/node-v0.x-archive/issues/2876.
704705
if (key.name === 'escape') return;
705706

706707
if (key.ctrl && key.shift) {

0 commit comments

Comments
 (0)