8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d803355 commit 0f01f38Copy full SHA for 0f01f38
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