Searched refs:tty_cursor (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-display-panes.c150 tty_cursor(tty, xoff + px - len / 2, yoff + py);
155 tty_cursor(tty, xoff + px - len / 2, yoff + py);
172 tty_cursor(tty, xoff + i, yoff + py + j);
184 tty_cursor(tty, xoff + sx - rlen, yoff);
188 tty_cursor(tty, xoff + sx / 2 + len * 3 - llen - 1,
194 tty_cursor(tty, 0, 0);
H A Dtty.c1141 tty_cursor(tty, px, py);
1148 tty_cursor(tty, px + nx - 1, py);
1155 tty_cursor(tty, px, py);
1169 tty_cursor(tty, r.px[i], py);
1272 tty_cursor(tty, 0, py);
1491 tty_cursor(tty, nx - 1, aty);
1526 tty_cursor(tty, atx + ux, aty);
1560 tty_cursor(tty, r.px[j], aty);
1572 tty_cursor(tty, atx + ux, aty);
1590 tty_cursor(tt
2506 tty_cursor(struct tty *tty, u_int cx, u_int cy) function
[all...]
H A Dscreen-redraw.c495 tty_cursor(tty, 0, 0);
708 tty_cursor(tty, i, ctx->statuslines + j);
710 tty_cursor(tty, i, j);
H A Dserver-client.c2408 tty_cursor(tty, cx, cy);
H A Dtmux.h2340 void tty_cursor(struct tty *, u_int, u_int);

Completed in 197 milliseconds