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

  /src/external/bsd/tmux/dist/
cmd-refresh-client.c 259 tc->pan_ox = tty->oox;
263 if (tc->pan_ox > adjust)
264 tc->pan_ox -= adjust;
266 tc->pan_ox = 0;
268 tc->pan_ox += adjust;
269 if (tc->pan_ox > w->sx - tty->osx)
270 tc->pan_ox = w->sx - tty->osx;
tty.c 979 c->pan_ox = 0;
980 else if (c->pan_ox + *sx > w->sx)
981 c->pan_ox = w->sx - *sx;
982 *ox = c->pan_ox;
tmux.h 2090 u_int pan_ox; member in struct:client

Completed in 28 milliseconds