Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.h82 unsigned int auto_topmargin; member
H A Dlib_util.c430 if (conf->y != BSDDIALOG_CENTER && conf->auto_topmargin > 0) in widget_max_height()
433 maxheight -= conf->auto_topmargin; in widget_max_height()
888 if (*y < (int)conf->auto_topmargin) in set_widget_position()
889 *y = conf->auto_topmargin; in set_widget_position()
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c396 conf->auto_topmargin = 2; in parseargs()
409 conf->auto_topmargin = 0; in parseargs()
/freebsd/contrib/bsddialog/
H A DCHANGELOG284 * add: conf.auto_topmargin and conf.auto_downmargin.