diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/filters.cc | 6 |
1 files changed, 6 insertions, 0 deletions
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, |
