Skip to content

Commit 397be8a

Browse files
avivkellermarco-ippolito
authored andcommittedNov 17, 2024
tty: fix links for terminal colors
PR-URL: #54596 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent ac1cb8d commit 397be8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/internal/tty.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ const TERM_ENVS = {
6060
'mosh': COLORS_16m,
6161
'putty': COLORS_16,
6262
'st': COLORS_16,
63-
// https://github.com/da-x/rxvt-unicode/tree/v9.22-with-24bit-color
63+
// http://lists.schmorp.de/pipermail/rxvt-unicode/2016q2/002261.html
6464
'rxvt-unicode-24bit': COLORS_16m,
65-
// https://gist.github.com/XVilka/8346728#gistcomment-2823421
65+
// https://bugs.launchpad.net/terminator/+bug/1030562
6666
'terminator': COLORS_16m,
6767
};
6868

0 commit comments

Comments
 (0)
Please sign in to comment.