HomeSort by: relevance | last modified time | path
    Searched defs:rupper (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
screen-write.c 186 ttyctx->orupper = s->rupper;
907 if (cy < s->rupper) {
913 if (ny > cy - s->rupper)
914 ny = cy - s->rupper;
1039 s->rupper = 0;
1167 if (s->cy < s->rupper || s->cy > s->rlower) {
1192 if (s->cy < s->rupper || s->cy > s->rlower)
1220 if (s->cy < s->rupper || s->cy > s->rlower) {
1245 if (s->cy < s->rupper || s->cy > s->rlower)
1364 if ((u_int)py > s->rlower - s->rupper)
1437 u_int rupper = s->rupper, rlower = s->rlower; local
    [all...]
tmux.h 971 u_int rupper; /* scroll region top */ member in struct:screen
1569 u_int rupper; member in struct:tty

Completed in 37 milliseconds