Skip to content

Commit 965b56a

Browse files
tniessenMylesBorins
authored andcommitted
readline: update references to archived repository
Backport-PR-URL: #19119 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 5155d8e commit 965b56a

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
@@ -751,7 +751,8 @@ Interface.prototype._ttyWrite = function(s, key) {
751751
key = key || {};
752752
this._previousKey = key;
753753

754-
// Ignore escape key - Fixes #2876
754+
// Ignore escape key, fixes
755+
// https://github.com/nodejs/node-v0.x-archive/issues/2876.
755756
if (key.name === 'escape') return;
756757

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

0 commit comments

Comments
 (0)