package progress

  1. Overview
  2. Docs

Provides the default values of each of the config parameters.

val ppf : Stdlib.Format.formatter

ppf is Format.err_formatter.

val hide_cursor : bool

hide_cursor is true.

val persistent : bool

persistent is true.

val max_width : int option

max_width is None.

val min_interval : Duration.t option

min_interval is 1/60th of a second.