mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 10:58:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
9b32758a0c
@ -1172,7 +1172,6 @@ window_copy_search(struct window_pane *wp, int direction)
|
|||||||
window_copy_move_right(s, &fx, &fy);
|
window_copy_move_right(s, &fx, &fy);
|
||||||
else
|
else
|
||||||
window_copy_move_left(s, &fx, &fy);
|
window_copy_move_left(s, &fx, &fy);
|
||||||
window_copy_clear_selection(wp);
|
|
||||||
|
|
||||||
wrapflag = options_get_number(wp->window->options, "wrap-search");
|
wrapflag = options_get_number(wp->window->options, "wrap-search");
|
||||||
cis = window_copy_is_lowercase(data->searchstr);
|
cis = window_copy_is_lowercase(data->searchstr);
|
||||||
|
Loading…
Reference in New Issue
Block a user