diff --git a/src/highlight.c b/src/highlight.c index 852fffba9..9ce610293 100644 --- a/src/highlight.c +++ b/src/highlight.c @@ -2235,7 +2235,7 @@ get_cterm_attr_idx(int attr, int fg, int bg) at_en.ae_attr = attr; at_en.ae_u.cterm.fg_color = fg; at_en.ae_u.cterm.bg_color = bg; - at_en.ae_u.cterm.ul_color = INVALCOLOR; + at_en.ae_u.cterm.ul_color = 0; return get_attr_entry(&cterm_attr_table, &at_en); } #endif diff --git a/src/version.c b/src/version.c index 986df7021..b0fd4b3de 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 891, /**/ 890, /**/