Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c682 int wbuttons, maxhtext; in text_size() local
691 maxhtext = widget_max_height(conf) - BORDERS - rowsnotext; in text_size()
693 maxhtext = rows - BORDERS - rowsnotext; in text_size()
696 maxhtext -= 2; in text_size()
697 if (maxhtext <= 0) in text_size()
698 maxhtext = 1; /* text_autosize() computes always htext */ in text_size()
722 if (text_autosize(conf, &tp, maxhtext, startwtext, changewtext, htext, in text_size()