diff --git a/src/filters.cc b/src/filters.cc index a4c03d73..8aa3399a 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -266,6 +266,12 @@ public: else assert(false); } + + boost::regex ex("\n"); + for (auto& sel : sorted_selections) + colorize_regex_range(display_buffer, sel.begin(), sel.end(), + ex, Color::Default, Color::Yellow); + } static FilterAndId create(Window& window,