Home
last modified time | relevance | path

Searched refs:grid_wrap_position (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/tmux/dist/
H A Dscreen.c558 grid_wrap_position(s->grid, *cx, *cy, &wx, &wy); in screen_reflow()
H A Dgrid.c1389 grid_wrap_position(struct grid *gd, u_int px, u_int py, u_int *wx, u_int *wy) in grid_wrap_position() function
H A Dtmux.h2761 void grid_wrap_position(struct grid *, u_int, u_int, u_int *, u_int *);
H A Dwindow-copy.c379 grid_wrap_position(dst->grid, *cx, *cy, &wx, &wy); in window_copy_clone_screen()
849 grid_wrap_position(gd, cx, cy, &wx, &wy); in window_copy_resize()