package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module allows to buffer status updates so that they don't slow down the application

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