package notty-community
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Declaring terminals
Install
dune-project
Dependency
Authors
Maintainers
Sources
notty-community-0.2.4.tar.gz
md5=b8cb51edb37d28d9d53e98ac52848677
sha512=8922a190a412790285603ba7ab37f9f58202d9406ebc9e6d3329189eac7fda5c25316264c27b6f7decb8f25f0d78801873b9f16c40e90f020e2c06ab9d058686
doc/notty-community.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.
%%VERSION%% — homepage
Fullscreen input and output
Inline output
Source
val output_image_size :
?cap:Notty.Cap.t ->
?fd:Lwt_unix.file_descr ->
((int * int) -> Notty.image) ->
unit Lwt.tSource
val move_cursor :
?cap:Notty.Cap.t ->
?fd:Lwt_unix.file_descr ->
[ `Home | `By of int * int | `To of int * int ] ->
unit Lwt.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page