tty: fix links for terminal colors

PR-URL: https://github.com/nodejs/node/pull/54596
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
Aviv Keller 2024-09-24 16:26:59 -04:00 committed by GitHub
parent 574f2dd517
commit 29a4fcf918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
};