HomeSort by: relevance | last modified time | path
    Searched refs:osy (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tmux/dist/
cmd-refresh-client.c 278 if (tc->pan_oy > w->sy - tty->osy)
279 tc->pan_oy = w->sy - tty->osy;
tty.c 948 *sy = tty->osy;
1044 sy == c->tty.osy)
1048 __func__, c->name, c->tty.oox, c->tty.ooy, c->tty.osx, c->tty.osy,
1054 c->tty.osy = sy;
window.c 1087 r->osy = wp->sy;
server-client.c 2751 log_debug("queued resize: %ux%u -> %ux%u", r->osx, r->osy,
2775 } else if (last->sx != first->osx || last->sy != first->osy) {
tmux.h 1158 u_int osy; member in struct:window_pane_resize
1564 u_int osy; member in struct:tty

Completed in 30 milliseconds