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

/freebsd-9.3-release/contrib/dialog/
H A Ddialog.h375 bool bg_task; /* true if this is background task */ member in struct:_dlg_callback
551 extern int dialog_tailbox(const char * /*title*/, const char * /*file*/, int /*height*/, int /*width*/, int /*bg_task*/);
H A Dguage.c312 obj->obj.bg_task = TRUE;
H A Dtailbox.c183 int high = getmaxy(obj->obj.win) - (2 * MARGIN + (obj->obj.bg_task ? 1 : 3));
283 dialog_tailbox(const char *title, const char *file, int height, int width, int bg_task) argument
326 thigh = height - ((2 * MARGIN) + (bg_task ? 0 : 2));
344 if (!bg_task) {
360 obj->obj.handle_input = bg_task ? handle_input : 0;
361 obj->obj.keep_bg = bg_task && dialog_vars.cant_kill;
362 obj->obj.bg_task = bg_task;
374 if (bg_task) {

Completed in 175 milliseconds