Searched refs:otherheight (Results 1 – 1 of 1) sorted by relevance
234 u_int n, mainheight, otherheight, width, height; in layout_set_main_h() local257 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()