package grace

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

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;
}
Sourceval no_color : bool
Sourceval is_rich_term : bool
Sourceval style_renderer : t -> [> `Ansi_tty | `None ]
Sourceval default : t
OCaml

Innovation. Community. Security.