usr.bin/tmux/tty.c
1556
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
usr.bin/tmux/tty.c
1579
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
usr.bin/tmux/tty.c
1615
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
usr.bin/tmux/tty.c
1643
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
usr.bin/tmux/tty.c
1704
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->orupper);
usr.bin/tmux/tty.c
1750
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
usr.bin/tmux/tty.c
1818
tty_cursor_pane(tty, ctx, ctx->ocx, ctx->orupper);
usr.bin/tmux/tty.c
1914
tty_cursor_pane(tty, ctx, 0, j);
usr.bin/tmux/tty.c
2239
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,