Skip to content

Commit 93a05aa

Browse files
committed
[field_overlay] restore clobbered code
1 parent 198ca29 commit 93a05aa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/field_overlay_source.cc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,12 +1132,15 @@ field_overlay_source::list_static_overlay(const listview_curses& lv,
11321132
al.with_attr_for_all(
11331133
VC_STYLE.value(text_attrs::with_italic()));
11341134
this->fos_static_lines.emplace_back(al);
1135+
apply_status_attrs(this->fos_static_lines);
11351136
} else {
11361137
auto al = attr_line_t();
11371138
tc.textview_value_for_row(header_top, al);
11381139
this->fos_static_lines.emplace_back(al);
1140+
if ((top - header_top) > 1 && line->is_continued()) {
1141+
apply_status_attrs(this->fos_static_lines);
1142+
}
11391143
}
1140-
apply_status_attrs(this->fos_static_lines);
11411144
this->fos_header_line = cl;
11421145
this->fos_header_line_context
11431146
= this->fos_lss.get_line_context();

0 commit comments

Comments
 (0)