Home
last modified time | relevance | path

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

/dports/sysutils/tmux23/tmux-2.3/
H A Dtty.c591 return (ctx->orlower - ctx->orupper >= screen_size_y(wp->screen) / 2); in tty_large_region()
633 if (ctx->ocy < ctx->orupper || ctx->ocy > ctx->orlower) { in tty_redraw_region()
637 for (i = ctx->orupper; i <= ctx->orlower; i++) in tty_redraw_region()
816 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_insertline()
834 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_deleteline()
904 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_reverseindex()
915 if (ctx->ocy != ctx->orlower) in tty_cmd_linefeed()
937 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_linefeed()
1059 if (ctx->ocy == ctx->orlower) in tty_cmd_cell()
1060 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_cell()
H A Dscreen-write.c445 ttyctx->orlower = s->rlower; in screen_write_initctx()
H A Dtmux.h1222 u_int orlower; member
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtty.c669 return (ctx->orlower - ctx->orupper >= screen_size_y(wp->screen) / 2); in tty_large_region()
710 if (ctx->ocy < ctx->orupper || ctx->ocy > ctx->orlower) { in tty_redraw_region()
714 for (i = ctx->orupper; i <= ctx->orlower; i++) in tty_redraw_region()
898 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_insertline()
916 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_deleteline()
986 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_reverseindex()
997 if (ctx->ocy != ctx->orlower) in tty_cmd_linefeed()
1019 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_linefeed()
1142 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_cell()
H A Dscreen-write.c361 ttyctx->orlower = s->rlower; in screen_write_initctx()
H A Dtmux.h1232 u_int orlower; member
/dports/sysutils/tmate/tmate-2.4.0/
H A Dtty.c664 return (ctx->orlower - ctx->orupper >= screen_size_y(wp->screen) / 2); in tty_large_region()
705 if (ctx->ocy < ctx->orupper || ctx->ocy > ctx->orlower) { in tty_redraw_region()
709 for (i = ctx->orupper; i <= ctx->orlower; i++) in tty_redraw_region()
893 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_insertline()
911 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_deleteline()
981 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_reverseindex()
992 if (ctx->ocy != ctx->orlower) in tty_cmd_linefeed()
1014 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_linefeed()
1137 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_cell()
H A Dscreen-write.c361 ttyctx->orlower = s->rlower; in screen_write_initctx()
H A Dtmux.h1212 u_int orlower; member
/dports/sysutils/tmux/tmux-3.2a/
H A Dtty.c923 return (ctx->orlower - ctx->orupper >= ctx->sy / 2); in tty_large_region()
961 for (i = ctx->orupper; i <= ctx->orlower; i++) in tty_redraw_region()
1562 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_insertline()
1586 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_deleteline()
1640 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_reverseindex()
1653 if (ctx->ocy != ctx->orlower) in tty_cmd_linefeed()
1668 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_linefeed()
1706 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_scrollup()
1744 tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower); in tty_cmd_scrolldown()
1851 ctx->ocy == ctx->orlower && in tty_cmd_cell()
[all …]
H A Dscreen-write.c189 ttyctx->orlower = s->rlower; in screen_write_initctx()
H A Dtmux.h1397 u_int orlower; member