Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f01f38

Browse filesBrowse files
avivkellertargos
authored andcommitted
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 d803355 commit 0f01f38
Copy full SHA for 0f01f38

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎lib/internal/tty.js‎

Copy file name to clipboardExpand all lines: lib/internal/tty.js
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.