package dune-private-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = unit -> User_message.Style.t Pp.t option

Function that produces the current status line

val set : t -> unit

Change the status line if the display is in progress mode.

val set_temporarily : t -> (unit -> 'a) -> 'a
val refresh : unit -> unit