Home
last modified time | relevance | path

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

/minix3/external/bsd/tmux/dist/
H A Dlayout-set.c234 u_int n, mainheight, otherheight, width, height; in layout_set_main_h() local
257 otherheight = options_get_number(&w->options, "other-pane-height") + 1; in layout_set_main_h()
263 if (otherheight > 1 && w->sy - otherheight > mainheight) in layout_set_main_h()
264 mainheight = w->sy - otherheight; in layout_set_main_h()