degesch: fix typo
This commit is contained in:
parent
0cb50addbe
commit
6f890c0388
|
@ -797,7 +797,7 @@ init_colors (struct app_context *ctx)
|
||||||
g_terminal.color_set_fg[3],
|
g_terminal.color_set_fg[3],
|
||||||
g_terminal.color_set_bg[5],
|
g_terminal.color_set_bg[5],
|
||||||
enter_bold_mode);
|
enter_bold_mode);
|
||||||
INIT_ATTR (ATTR_HIGHLIGHT, highlight, "\x1b[33;37;1m");
|
INIT_ATTR (ATTR_HIGHLIGHT, highlight, "\x1b[33;47;1m");
|
||||||
free (highlight);
|
free (highlight);
|
||||||
|
|
||||||
#undef INIT_ATTR
|
#undef INIT_ATTR
|
||||||
|
|
Loading…
Reference in New Issue