Searched refs:orupper (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | tty.c | 1029 return (ctx->orlower - ctx->orupper >= ctx->sy / 2); in tty_large_region() 1067 for (i = ctx->orupper; i <= ctx->orlower; i++) in tty_redraw_region() 1761 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_insertline() 1789 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_deleteline() 1831 if (ctx->ocy != ctx->orupper) in tty_cmd_reverseindex() 1850 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_reverseindex() 1852 tty_cursor_pane(tty, ctx, ctx->ocx, ctx->orupper); in tty_cmd_reverseindex() 1882 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_linefeed() 1923 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_scrollup() 1964 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_scrolldown() [all …]
|
H A D | screen-write.c | 186 ttyctx->orupper = s->rupper; in screen_write_initctx()
|
H A D | tmux.h | 1582 u_int orupper; member
|