Home
last modified time | relevance | path

Searched refs:osy (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dcmd-refresh-client.c278 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()
Dtty.c908 *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()
Dtmux.h1095 u_int osy; member
1475 u_int osy; member
Dserver-client.c2246 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()
Dwindow.c1078 r->osy = wp->sy; in window_pane_resize()