Home
last modified time | relevance | path

Searched refs:width_right (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/tmux/
H A Dformat-draw.c172 u_int width_left, width_centre, width_right, width_abs_centre; in format_draw_none() local
176 width_right = right->cx; in format_draw_none()
183 while (width_left + width_centre + width_right > available) { in format_draw_none()
186 else if (width_right > 0) in format_draw_none()
187 width_right--; in format_draw_none()
197 available - width_right, in format_draw_none()
198 right->cx - width_right, in format_draw_none()
199 width_right); in format_draw_none()
209 + ((available - width_right) - width_left) / 2 in format_draw_none()
233 u_int width_left, width_centre, width_right; in format_draw_left() local
[all …]