Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
KittyimgSourceAn OCaml implementation for the client-side terminal graphics protocol of the Kitty terminal emulator. See the protocol specification for more information.
val string_of_bytes_ba : 
  (int, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t ->
  stringval display_opts : 
  ?placement:Placement.t ->
  ?x:int ->
  ?y:int ->
  ?w:int ->
  ?h:int ->
  ?xoff:int ->
  ?yoff:int ->
  ?cstretch:int ->
  ?rstretch:int ->
  ?move_cursor:bool ->
  ?zindex:int ->
  ?quiet:[ `Default | `OK | `Failure ] ->
  unit ->
  display_optsval send_image : 
  w:int ->
  h:int ->
  format:pixel_format ->
  ?quiet:[ `Default | `OK | `Failure ] ->
  ?mode:send_mode ->
  string ->
  unittype delete_action = [ | `All| `Id of Id.t * Placement.t option| `Cursor| `Frames| `Cell of int * int| `CellZ of int * int * int| `Column of int| `Row of int| `Zindex of int ]