Skip to content

Commit

Permalink
[tests] debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tstack committed May 10, 2024
1 parent 5a2ebbd commit 95dde41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/field_overlay_source.cc
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,12 @@ field_overlay_source::build_field_lines(const listview_curses& lv,
} else {
time_line.append("none"_comment);
}

auto file_opts = file->get_file_options();
if (file_opts) {
time_line.append(" File Options: ")
.append(lnav::roles::file(file_opts->first));
}
}

if ((!this->fos_contexts.empty() && this->fos_contexts.top().c_show)
Expand Down

0 comments on commit 95dde41

Please sign in to comment.