Searched refs:bg_task (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Dtailbox.c184 int high = getmaxy(obj->obj.win) - (2 * MARGIN + (obj->obj.bg_task ? 1 : 3));
284 dialog_tailbox(const char *title, const char *file, int height, int width, int bg_task) argument
327 thigh = height - ((2 * MARGIN) + (bg_task ? 0 : 2));
345 if (!bg_task) {
361 obj->obj.handle_input = bg_task ? handle_input : 0;
362 obj->obj.keep_bg = bg_task && dialog_vars.cant_kill;
363 obj->obj.bg_task = bg_task;
376 if (bg_task) {
H A Dguage.c329 obj->obj.bg_task = TRUE;
H A Ddialog.h403 bool bg_task; /* true if this is background task */ member in struct:_dlg_callback
606 extern int dialog_tailbox(const char * /*title*/, const char * /*file*/, int /*height*/, int /*width*/, int /*bg_task*/);

Completed in 77 milliseconds