HomeSort by: relevance | last modified time | path
    Searched refs:layout_resize_adjust (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/
layout.c 422 layout_resize_adjust(struct window *w, struct layout_cell *lc, function
440 layout_resize_adjust(w, lcchild, type, change);
453 layout_resize_adjust(w, lcchild, type, 1);
458 layout_resize_adjust(w, lcchild, type, -1);
489 layout_resize_adjust(w, lcother, lcparent->type, lc->sx + 1);
491 layout_resize_adjust(w, lcother, lcparent->type, lc->sy + 1);
564 layout_resize_adjust(w, lc, LAYOUT_LEFTRIGHT, xchange);
578 layout_resize_adjust(w, lc, LAYOUT_TOPBOTTOM, ychange);
707 layout_resize_adjust(w, lcadd, type, size);
708 layout_resize_adjust(w, lcremove, type, -size)
    [all...]
layout-set.c 675 layout_resize_adjust(w, lcchild, LAYOUT_LEFTRIGHT,
683 layout_resize_adjust(w, lcrow, LAYOUT_TOPBOTTOM,
tmux.h 3334 void layout_resize_adjust(struct window *, struct layout_cell *,

Completed in 27 milliseconds