Searched refs:rlower (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dgrid-view.c106 grid_view_scroll_region_up(struct grid *gd, u_int rupper, u_int rlower, argument
111 if (rupper == 0 && rlower == gd->sy - 1)
115 rlower = grid_view_y(gd, rlower);
116 grid_scroll_history_region(gd, rupper, rlower, bg);
120 rlower = grid_view_y(gd, rlower);
121 grid_move_lines(gd, rupper, rupper + 1, rlower - rupper, bg);
127 grid_view_scroll_region_down(struct grid *gd, u_int rupper, u_int rlower, argument
131 rlower
151 grid_view_insert_lines_region(struct grid *gd, u_int rlower, u_int py, u_int ny, u_int bg) argument
181 grid_view_delete_lines_region(struct grid *gd, u_int rlower, u_int py, u_int ny, u_int bg) argument
[all...]
H A Dtty.c630 if (tty->cy != tty->rlower)
1919 tty_cursor(tty, 0, tty->rlower);
1921 tty_cursor(tty, tty->rright, tty->rlower);
2119 tty->cy == tty->rlower)
2258 tty->rlower = tty->rright = UINT_MAX;
2285 u_int rlower)
2288 ctx->yoff + rlower - ctx->woy);
2293 tty_region(struct tty *tty, u_int rupper, u_int rlower) argument
2295 if (tty->rlower == rlower
2284 tty_region_pane(struct tty *tty, const struct tty_ctx *ctx, u_int rupper, u_int rlower) argument
[all...]
H A Dscreen.c107 s->rlower = screen_size_y(s) - 1;
407 s->rlower = screen_size_y(s) - 1;
H A Dtmux.h867 u_int rlower; /* scroll region bottom */ member in struct:screen
1401 u_int rlower; member in struct:tty
H A Dwindow-copy.c4235 if (py == 0 && s->rupper < s->rlower && !data->hide_position) {

Completed in 145 milliseconds