Notty_lwtNotty 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 — homepage
.
module Term : sig ... endTerminal IO with concurrency.
val winsize : Lwt_unix.file_descr -> (int * int) optionval eol : Notty.image -> Notty.imageval output_image : ?cap:Notty.Cap.t -> ?fd:Lwt_unix.file_descr -> Notty.image -> unit Lwt.tval output_image_size : ?cap:Notty.Cap.t -> ?fd:Lwt_unix.file_descr -> ((int * int) -> Notty.image) -> unit Lwt.tval show_cursor : ?cap:Notty.Cap.t -> ?fd:Lwt_unix.file_descr -> bool -> unit Lwt.tval move_cursor : ?cap:Notty.Cap.t -> ?fd:Lwt_unix.file_descr ->
[ `Home | `By of int * int | `To of int * int ] -> unit Lwt.t