mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Highlight all occurrences of search string after searching in copy mode.
This commit is contained in:
3
status.c
3
status.c
@ -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);
|
||||
|
Reference in New Issue
Block a user