Home
last modified time | relevance | path

Searched defs:dpv_config (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libdpv/
H A Ddpv.h97 struct dpv_config { struct
98 uint8_t keep_tite; /* Prevent visually distracting exit */
99 enum dpv_display display_type; /* Display (default TYPE_LIBDIALOG) */
100 enum dpv_output output_type; /* Output (default TYPE_NONE) */
101 int debug; /* Enable debugging output on stderr */
102 int display_limit; /* Files per `page'. Default -1 */
103 int label_size; /* Label size. Default 28 */
104 int pbar_size; /* Mini-progress size. See dpv(3) */
105 int dialog_updates_per_second; /* Progress updates/s. Default 16 */
106 int status_updates_per_second; /* dialog(3) status updates/second.
[all …]