Home | History | Annotate | Download | only in dist

Lines Matching refs:grid

26  * Grid view functions. These work using coordinates relative to the visible
35 grid_view_get_cell(struct grid *gd, u_int px, u_int py, struct grid_cell *gc)
42 grid_view_set_cell(struct grid *gd, u_int px, u_int py,
50 grid_view_set_padding(struct grid *gd, u_int px, u_int py)
57 grid_view_set_cells(struct grid *gd, u_int px, u_int py,
66 grid_view_clear_history(struct grid *gd, u_int bg)
95 grid_view_clear(struct grid *gd, u_int px, u_int py, u_int nx, u_int ny,
106 grid_view_scroll_region_up(struct grid *gd, u_int rupper, u_int rlower,
127 grid_view_scroll_region_down(struct grid *gd, u_int rupper, u_int rlower,
138 grid_view_insert_lines(struct grid *gd, u_int py, u_int ny, u_int bg)
151 grid_view_insert_lines_region(struct grid *gd, u_int rlower, u_int py,
167 grid_view_delete_lines(struct grid *gd, u_int py, u_int ny, u_int bg)
181 grid_view_delete_lines_region(struct grid *gd, u_int rlower, u_int py,
197 grid_view_insert_cells(struct grid *gd, u_int px, u_int py, u_int nx, u_int bg)
214 grid_view_delete_cells(struct grid *gd, u_int px, u_int py, u_int nx, u_int bg)
229 grid_view_string_cells(struct grid *gd, u_int px, u_int py, u_int nx)