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;
  4. num_contextual_lines : int;
  5. enable_inline_contextual_lines : bool;
}
Sourceval no_color : bool
Sourceval style_renderer : t -> [> `Ansi_tty | `None ] option
Sourceval default : t