package textutils

  1. Overview
  2. Docs
Text output utilities

Install

Dune Dependency

Authors

Maintainers

Sources

textutils-v0.12.0.tar.gz
sha256=811035b63ecc0fc63f4ce07ca15140cefdbc6118ed7b419aa1bfdb81bee8f5d8
md5=c6be835c68943135ccca40a034a1eb28

doc/textutils.console/Console/Ansi/index.html

Module Console.Ansi

Handling of ansi codes.

val kill_line : unit -> unit
val bell : unit -> unit
val home_cursor : unit -> unit
val save_cursor : unit -> unit
val unsave_cursor : unit -> unit
type color = [
  1. | `Black
  2. | `Red
  3. | `Green
  4. | `Yellow
  5. | `Blue
  6. | `Magenta
  7. | `Cyan
  8. | `White
]
type attr = [
  1. | `Bright
  2. | `Dim
  3. | `Underscore
  4. | `Reverse
  5. | color
  6. | `Bg of color
]
val printf : attr list -> ('a, Core.Out_channel.t, unit) Core.format -> 'a
val eprintf : attr list -> ('a, Core.Out_channel.t, unit) Core.format -> 'a
val output_string : attr list -> Core.Out_channel.t -> string -> unit
val output : attr list -> Core.Out_channel.t -> Core.Bytes.t -> int -> int -> unit
val string_with_attr : attr list -> string -> string
OCaml

Innovation. Community. Security.