Searched refs:osy (Results 1 – 5 of 5) sorted by relevance
278 if (tc->pan_oy > w->sy - tty->osy) in cmd_refresh_client_exec()279 tc->pan_oy = w->sy - tty->osy; in cmd_refresh_client_exec()
908 *sy = tty->osy; in tty_window_offset()1004 sy == c->tty.osy) in tty_update_client_offset()1008 __func__, c->name, c->tty.oox, c->tty.ooy, c->tty.osx, c->tty.osy, in tty_update_client_offset()1014 c->tty.osy = sy; in tty_update_client_offset()
1095 u_int osy; member1475 u_int osy; member
2246 log_debug("queued resize: %ux%u -> %ux%u", r->osx, r->osy, in server_client_check_pane_resize()2270 } else if (last->sx != first->osx || last->sy != first->osy) { in server_client_check_pane_resize()
1078 r->osy = wp->sy; in window_pane_resize()