diff options
Diffstat (limited to 'lib/libdpv/dpv.h')
-rw-r--r-- | lib/libdpv/dpv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libdpv/dpv.h b/lib/libdpv/dpv.h index 03768a7..67d7bc1 100644 --- a/lib/libdpv/dpv.h +++ b/lib/libdpv/dpv.h @@ -97,6 +97,7 @@ struct dpv_file_node { * Anatomy of config option to pass as dpv() config argument */ struct dpv_config { + uint8_t keep_tite; /* Prevent visually distracting exit */ enum dpv_display display_type; /* Display (default TYPE_LIBDIALOG) */ enum dpv_output output_type; /* Output (default TYPE_NONE) */ int debug; /* Enable debugging output on stderr */ |