Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c763 int min, delimtitle, wbottomtitle, wtitle; in widget_min_width() local
787 wbottomtitle = strcols(conf->bottomtitle); in widget_min_width()
788 min = MAX(min, wbottomtitle + 4); in widget_min_width()
1256 int wtitle, wbottomtitle; in draw_dialog() local
1314 if ((wbottomtitle = strcols(d->conf->bottomtitle)) < 0) in draw_dialog()
1317 wmove(d->widget, d->h - 1, d->w/2 - wbottomtitle/2 - 1); in draw_dialog()