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 <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent f3c6feb commit 72a5710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/readline.js

+2-1
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)