Searched refs:screen_write_box (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | menu.c | 210 screen_write_box(&ctx, menu->width + 4, menu->count + 2, in menu_draw_cb()
|
H A D | popup.c | 231 screen_write_box(&ctx, pd->sx, pd->sy, pd->border_lines, in popup_draw_cb()
|
H A D | screen-write.c | 722 screen_write_box(ctx, menu->width + 4, menu->count + 2, lines, in screen_write_menu() 758 screen_write_box(struct screen_write_ctx *ctx, u_int nx, u_int ny, in screen_write_box() function
|
H A D | window-tree.c | 526 screen_write_box(ctx, len + 2, 3, BOX_LINES_DEFAULT, NULL, in window_tree_draw_label()
|
H A D | mode-tree.c | 783 screen_write_box(&ctx, w, sy - h, BOX_LINES_DEFAULT, NULL, NULL); in mode_tree_draw()
|
H A D | tmux.h | 3026 void screen_write_box(struct screen_write_ctx *, u_int, u_int,
|