package notty

  1. Overview
  2. Docs
Declaring terminals

Install

Dune Dependency

Authors

Maintainers

Sources

notty-0.2.3.tbz
sha256=74659fb14073db4438989891ab24f24bef81aa497dac16d9a67f9a1c9c200824
sha512=6e21d44fe39f3d80884b87635bebae55cb2b931ef74f9184ba4d74cc3e51cb0b3e976c3b6dc61d377288504e8bfabe21acdc1069eacb30df1fbf6686b80f7c6b

doc/notty.lwt/Notty_lwt/index.html

Module Notty_lwtSource

Notty IO Lwt on Unix.

This is an IO module for Notty.

It mirrors Notty_unix and the corresponding operations behave analogously. Consult its documentation for more info.

v0.2.2-19-ge035d06 — homepage

Fullscreen input and output

.

Sourcemodule Term : sig ... end

Terminal IO with concurrency.

Inline output

Sourceval winsize : Lwt_unix.file_descr -> (int * int) option
Sourceval output_image : ?cap:Notty.Cap.t -> ?fd:Lwt_unix.file_descr -> Notty.image -> unit Lwt.t
Sourceval output_image_size : ?cap:Notty.Cap.t -> ?fd:Lwt_unix.file_descr -> ((int * int) -> Notty.image) -> unit Lwt.t
Sourceval show_cursor : ?cap:Notty.Cap.t -> ?fd:Lwt_unix.file_descr -> bool -> unit Lwt.t
Sourceval move_cursor : ?cap:Notty.Cap.t -> ?fd:Lwt_unix.file_descr -> [ `Home | `By of int * int | `To of int * int ] -> unit Lwt.t
OCaml

Innovation. Community. Security.