mirror of
https://github.com/tmux/tmux.git
synced 2024-12-24 18:38:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
f7a6482e6b
@ -833,8 +833,8 @@ cmd_find_copy_state(struct cmd_find_state *dst, struct cmd_find_state *src)
|
|||||||
{
|
{
|
||||||
dst->s = src->s;
|
dst->s = src->s;
|
||||||
dst->wl = src->wl;
|
dst->wl = src->wl;
|
||||||
dst->idx = dst->wl->idx;
|
dst->idx = src->idx;
|
||||||
dst->w = dst->wl->window;
|
dst->w = src->w;
|
||||||
dst->wp = src->wp;
|
dst->wp = src->wp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user