Searched refs:osy (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dcmd-refresh-client.c249 if (tc->pan_oy > w->sy - tty->osy)
250 tc->pan_oy = w->sy - tty->osy;
H A Dtty.c903 *sy = tty->osy;
999 sy == c->tty.osy)
1003 __func__, c->name, c->tty.oox, c->tty.ooy, c->tty.osx, c->tty.osy,
1009 c->tty.osy = sy;
H A Dtmux.h1021 u_int osy; member in struct:window_pane_resize
1395 u_int osy; member in struct:tty
H A Dwindow.c1065 r->osy = wp->sy;

Completed in 97 milliseconds