HomeSort by: relevance | last modified time | path
    Searched defs:focus_centre (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tmux/dist/
format-draw.c 129 u_int start, focus_centre; local
138 focus_centre = focus_start + (focus_end - focus_start) / 2;
139 if (focus_centre < width / 2)
142 start = focus_centre - width / 2;

Completed in 38 milliseconds