grace.ansi_renderer
Grace_ansi_renderer.Config
grace
grace.source_reader
module Style_sheet : sig ... end
module Chars : sig ... end
type t = {
chars : Chars.t;
styles : Style_sheet.t;
use_ansi : bool;
}
val no_color : bool
val is_rich_term : bool
val style_renderer : t -> [> `Ansi_tty | `None ]
val default : t