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/Term/index.html
Module Notty_lwt.TermSource
Terminal IO with concurrency.
For more info, see Notty_unix.Term.
Construction and destruction
Source
val create :
?dispose:bool ->
?nosig:bool ->
?mouse:bool ->
?bpaste:bool ->
?input:Lwt_unix.file_descr ->
?output:Lwt_unix.file_descr ->
unit ->
tcreate ~dispose ~nosig ~mouse ~input ~output () creates a new terminal.
Note ~dispose arranges for the terminal to be disposed of at the end of the Lwt main loop, and not at process exit.
Commands
Events
Properties
Window size change notifications
Creating a terminal will install a SIGWINCH handler. The handler should not be replaced directly. This API allows the user to monitor deliveries of the signal.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page