Module Console.AnsiSource
Handling of ansi codes.
Sourceval kill_line : unit -> unit Sourceval erase_to_end_of_screen : unit -> unit Sourceval erase_to_start_of_screen : unit -> unit Sourceval erase_all : unit -> unit Sourceval home_cursor : unit -> unit Sourceval cursor_up : unit -> unit Sourceval cursor_down : unit -> unit Sourceval cursor_backward : unit -> unit Sourceval cursor_forward : unit -> unit Sourceval save_cursor : unit -> unit Sourceval unsave_cursor : unit -> unit Sourceval output_string : attr list -> Core.Out_channel.t -> string -> unit Sourceval string_with_attr : attr list -> string -> string