package notty_async

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Notty_async.Term

type t
val create : ?dispose:Base.bool -> ?nosig:Base.bool -> ?mouse:Base.bool -> ?bpaste:Base.bool -> ?reader:Async.Reader.t -> ?writer:Async.Writer.t -> Base.unit -> t Async.Deferred.t
val refresh : t -> Base.unit Async.Deferred.t
val image : t -> Notty.image -> Base.unit Async.Deferred.t
val size : t -> Base.int * Base.int
val events : t -> [ Notty.Unescape.event | `Resize of Base.int * Base.int ] Async.Pipe.Reader.t