Searched refs:format_draw (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/usr.bin/tmux/ |
| H A D | server-fn.c | 355 format_draw(&ctx, &gc, sx, expanded, NULL, 0); in server_destroy_pane()
|
| H A D | mode-tree.c | 750 format_draw(&ctx, &gc0, w - width, mti->text, in mode_tree_draw() 757 format_draw(&ctx, &gc, w - width, mti->text, in mode_tree_draw()
|
| H A D | status.c | 453 format_draw(&ctx, &gc, width, expanded, &sle->ranges, in status_redraw() 590 format_draw(&ctx, &gc, c->tty.sx, c->message_string, NULL, 0); in status_message_redraw() 829 format_draw(&ctx, &gc, start, c->prompt_string, NULL, 0); in status_prompt_space()
|
| H A D | screen-write.c | 744 format_draw(ctx, gc, width, name + 1, NULL, 0); 749 format_draw(ctx, gc, width, name, NULL, 0); in screen_write_box() 809 format_draw(ctx, &gc, nx - 4, title, NULL, 0); in screen_write_preview()
|
| H A D | screen-redraw.c | 475 format_draw(&ctx, &gc, width, expanded, NULL, 0); in screen_redraw_draw_pane_status()
|
| H A D | format-draw.c | 689 format_draw(struct screen_write_ctx *octx, const struct grid_cell *base, in format_draw() function
|
| H A D | tmux.h | 2288 void format_draw(struct screen_write_ctx *,
|