package minttea

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Noop
  2. | Quit
  3. | Hide_cursor
  4. | Show_cursor
  5. | Exit_alt_screen
  6. | Enter_alt_screen
  7. | Seq of t list
  8. | Set_timer of unit Riot.Ref.t * float