Highlight all occurrences of search string after searching in copy mode.

This commit is contained in:
nicm
2017-01-05 09:07:15 +00:00
parent 43e8f60bc6
commit 9a56671a75
6 changed files with 119 additions and 49 deletions

View File

@ -475,7 +475,8 @@ draw:
/* Copy the window list. */
c->wlmouse = -wloffset + wlstart;
screen_write_cursormove(&ctx, wloffset, 0);
screen_write_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1);
screen_write_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1, NULL,
NULL);
screen_free(&window_list);
screen_write_stop(&ctx);