diff --git a/src/screen.c b/src/screen.c index fec1081c2..14b946538 100644 --- a/src/screen.c +++ b/src/screen.c @@ -5383,9 +5383,11 @@ win_line( && draw_state == WL_LINE && !attr_pri) { +#ifdef LINE_ATTR if (line_attr) char_attr = hl_combine_attr(extra_attr, line_attr); else +#endif char_attr = extra_attr; } diff --git a/src/version.c b/src/version.c index 0c6b2d8ca..9eb5db723 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2033, /**/ 2032, /**/