We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1cb8d commit 397be8aCopy full SHA for 397be8a
lib/internal/tty.js
@@ -60,9 +60,9 @@ const TERM_ENVS = {
60
'mosh': COLORS_16m,
61
'putty': COLORS_16,
62
'st': COLORS_16,
63
- // https://github.com/da-x/rxvt-unicode/tree/v9.22-with-24bit-color
+ // http://lists.schmorp.de/pipermail/rxvt-unicode/2016q2/002261.html
64
'rxvt-unicode-24bit': COLORS_16m,
65
- // https://gist.github.com/XVilka/8346728#gistcomment-2823421
+ // https://bugs.launchpad.net/terminator/+bug/1030562
66
'terminator': COLORS_16m,
67
};
68
0 commit comments