Skip to content

Commit

Permalink
tty: fix links for terminal colors
Browse files Browse the repository at this point in the history
PR-URL: #54596
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
  • Loading branch information
RedYetiDev authored and marco-ippolito committed Nov 17, 2024
1 parent ac1cb8d commit 397be8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/internal/tty.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 397be8a

Please sign in to comment.