Searched refs:list_left (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | format-draw.c | 126 struct screen *list_left, struct screen *list_right, int focus_start, in format_draw_put_list() argument 147 if (start != 0 && width > list_left->cx) { in format_draw_put_list() 149 screen_write_fast_copy(octx, list_left, 0, 0, list_left->cx, 1); in format_draw_put_list() 150 offset += list_left->cx; in format_draw_put_list() 151 start += list_left->cx; in format_draw_put_list() 152 width -= list_left->cx; in format_draw_put_list() 229 struct screen *abs_centre, struct screen *list, struct screen *list_left, in format_draw_left() argument 315 list_left, list_right, focus_start, focus_end, frs); in format_draw_left() 422 width_list, list, list_left, list_right, focus_start, focus_end, in format_draw_centre() 529 width_after, width_list, list, list_left, list_right, focus_start, in format_draw_right() [all …]
|