lsp.stdune
Console.Status_line
This module allows to buffer status updates so that they don't slow down the application
lsp
lsp.fiber
lsp.fiber_unix
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 generator
val set_temporarily : t -> (unit -> 'a) -> 'a
val refresh : unit -> unit