1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-22 21:08:49 +00:00

Do not clear selection when searching.

This commit is contained in:
nicm 2018-09-10 06:48:01 +00:00
parent 8f9491ddfe
commit 1b92afa799

View File

@ -1172,7 +1172,6 @@ window_copy_search(struct window_pane *wp, int direction)
window_copy_move_right(s, &fx, &fy);
else
window_copy_move_left(s, &fx, &fy);
window_copy_clear_selection(wp);
wrapflag = options_get_number(wp->window->options, "wrap-search");
cis = window_copy_is_lowercase(data->searchstr);