Notty_lwtSourceNotty 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
.
val output_image_size :
?cap:Notty.Cap.t ->
?fd:Lwt_unix.file_descr ->
((int * int) -> Notty.image) ->
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