Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.c897 if (conf->bottomtitle != NULL) { in widget_min_width()
898 wbottomtitle = strcols(conf->bottomtitle); in widget_min_width()
1092 if (conf->bottomtitle != NULL) { in draw_dialog()
1093 if ((wbottomtitle = strcols(conf->bottomtitle)) < 0) in draw_dialog()
1098 waddstr(widget, conf->bottomtitle); in draw_dialog()
H A Dbsddialog.h80 const char *bottomtitle; member
/freebsd-14.2/contrib/bsddialog/
H A DCHANGELOG90 buttons (label, shortcuts), bottomtitle.
H A Dbsddialog.c588 conf->bottomtitle = optarg; in parseargs()