usr.bin/tmux/tty.c
1610
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
usr.bin/tmux/tty.c
1632
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
usr.bin/tmux/tty.c
1666
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
usr.bin/tmux/tty.c
1693
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
usr.bin/tmux/tty.c
1750
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->orupper);
usr.bin/tmux/tty.c
1795
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
usr.bin/tmux/tty.c
1861
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->orupper);
usr.bin/tmux/tty.c
1955
tty_cursor_pane(tty, ctx, 0, j);
usr.bin/tmux/tty.c
2294
tty_cursor_pane(tty, ctx, cx, cy);
usr.bin/tmux/tty.c
43
static void tty_cursor_pane(struct tty *, const struct tty_ctx *, u_int,