mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-07 16:54:01 +01: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->wl = src->wl;
|
||||
dst->idx = dst->wl->idx;
|
||||
dst->w = dst->wl->window;
|
||||
dst->idx = src->idx;
|
||||
dst->w = src->w;
|
||||
dst->wp = src->wp;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user