package grace

  1. Overview
  2. Docs

Module Grace_ansi_renderer.ConfigSource

Sourcemodule Style_sheet : sig ... end
Sourcemodule Chars : sig ... end
Sourcetype t = {
  1. chars : Chars.t;
  2. styles : Style_sheet.t;
  3. use_ansi : bool option;
}
Sourceval no_color : bool
Sourceval style_renderer : t -> [> `Ansi_tty | `None ] option
Sourceval default : t