package notty
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Declaring terminals
Install
    
    dune-project
 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
.
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