Include current client in size calcultion for new sessions, GitHub issue 2662.

This commit is contained in:
Nicholas Marriott
2021-04-21 09:47:03 +01:00
parent 8363c6af2e
commit cd6af4a52e
4 changed files with 38 additions and 14 deletions

View File

@ -329,6 +329,8 @@ window_create(u_int sx, u_int sy, u_int xpixel, u_int ypixel)
window_update_activity(w);
log_debug("%s: @%u create %ux%u (%ux%u)", __func__, w->id, sx, sy,
w->xpixel, w->ypixel);
return (w);
}