Home
last modified time | relevance | path

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

/dports/misc/vifm/vifm-0.11/src/
H A Dfops_common.c105 int progress_bar_max; /* Width of progress bar during previous call. */ member
284 if(value == pdata->progress_bar_value && max_width == pdata->progress_bar_max) in update_progress_bar()
290 pdata->progress_bar_max = max_width; in update_progress_bar()
915 pdata->progress_bar_max = 0; in alloc_progress_data()