Skip to content

Commit c745160

Browse files
Fix fragment in link to xterm-256color reference.
1 parent 16ff08a commit c745160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/term.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const struct nl_term_color nl_term_standard_colors[3][10] = {
9797
};
9898

9999
// The 32 gray levels from xterm's 256-color palette starting at index 232.
100-
// Reference: https://en.wikipedia.org/wiki/ANSI_escape_code#8-bitu
100+
// Reference: https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit
101101
const struct nl_term_color nl_term_xterm_grays[32] = {
102102
{ 0x08, 0x08, 0x08, 232, 0, NL_TERM_COLOR_XTERM256 },
103103
{ 0x12, 0x12, 0x12, 233, 0, NL_TERM_COLOR_XTERM256 },

0 commit comments

Comments
 (0)