Home
last modified time | relevance | path

Searched refs:orlower (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dtty.c1022 return (ctx->orlower - ctx->orupper >= ctx->sy / 2); in tty_large_region()
1060 for (i = ctx->orupper; i <= ctx->orlower; i++) in tty_redraw_region()
1752 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_insertline()
1780 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_deleteline()
1841 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_reverseindex()
1856 if (ctx->ocy != ctx->orlower) in tty_cmd_linefeed()
1873 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_linefeed()
1914 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_scrollup()
1955 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_scrolldown()
2086 ctx->ocy == ctx->orlower && in tty_cmd_cell()
[all …]
H A Dscreen-write.c185 ttyctx->orlower = s->rlower; in screen_write_initctx()
H A Dtmux.h1486 u_int orlower; member