1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2015-12-15 16:01:12 +00:00
commit f7a6482e6b

View File

@ -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;
} }