From 29a4fcf918e783418e32efe30134cf861b495cd1 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Tue, 24 Sep 2024 16:26:59 -0400 Subject: [PATCH] tty: fix links for terminal colors PR-URL: https://github.com/nodejs/node/pull/54596 Reviewed-By: James M Snell Reviewed-By: Moshe Atlow --- lib/internal/tty.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/internal/tty.js b/lib/internal/tty.js index 4d3c768f65b6cd..b0bfac122781cc 100644 --- a/lib/internal/tty.js +++ b/lib/internal/tty.js @@ -60,9 +60,9 @@ const TERM_ENVS = { 'mosh': COLORS_16m, 'putty': COLORS_16, 'st': COLORS_16, - // https://github.com/da-x/rxvt-unicode/tree/v9.22-with-24bit-color + // http://lists.schmorp.de/pipermail/rxvt-unicode/2016q2/002261.html 'rxvt-unicode-24bit': COLORS_16m, - // https://gist.github.com/XVilka/8346728#gistcomment-2823421 + // https://bugs.launchpad.net/terminator/+bug/1030562 'terminator': COLORS_16m, };