Searched refs:grid_move_cells (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/tmux/ |
| D | grid-view.c | 209 grid_move_cells(gd, px + nx, px, py, sx - px - nx, bg); in grid_view_insert_cells() 223 grid_move_cells(gd, px, px + nx, py, sx - px - nx, bg); in grid_view_delete_cells()
|
| D | grid.c | 735 grid_move_cells(struct grid *gd, u_int dx, u_int px, u_int py, u_int nx, in grid_move_cells() function 1316 grid_move_cells(gd, 0, want, yy + lines, left, 8); in grid_reflow_join()
|
| D | tmux.h | 2944 void grid_move_cells(struct grid *, u_int, u_int, u_int, u_int, u_int);
|