package miaou-driver-term

  1. Overview
  2. Docs
Miaou terminal driver

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.5.2.tar.gz
md5=60a3b9f181f24572a06a9492532bfdda
sha512=fcc35a275066be2900e6201782faf47503076fa4640f08cf78067835a6f447b74613009e55b2ac799adb7ca46f1bffa261fc5971753f2cc3c6bef327511c7ef6

doc/miaou-driver-term.driver/Miaou_driver_term/Lambda_term_driver/index.html

Module Miaou_driver_term.Lambda_term_driverSource

Sourcemodule Logger_capability = Miaou_interfaces.Logger_capability
Sourcemodule Navigation = Miaou_core.Navigation
Sourcemodule Modal_manager = Miaou_core.Modal_manager
Sourcemodule Narrow_modal = Miaou_core.Narrow_modal
Sourcemodule Quit_flag = Miaou_core.Quit_flag
Sourcemodule Help_hint = Miaou_core.Help_hint
Sourcemodule Style_context = Miaou_style.Style_context
Sourcemodule Theme_loader = Miaou_style.Theme_loader
Sourceval narrow_warned : bool ref
Sourceval overlay_enabled : bool lazy_t
Sourcetype fps_tracker = {
  1. mutable loop_count : int;
  2. mutable render_count : int;
  3. mutable last_time : float;
  4. mutable current_loop_fps : float;
  5. mutable current_render_fps : float;
  6. mutable current_tps : float;
}
Sourceval create_fps_tracker : unit -> fps_tracker
Sourceval update_loop_fps : fps_tracker -> unit
Sourceval record_render : fps_tracker -> unit
Sourceval render_overlay_ansi : loop_fps:float -> render_fps:float -> tps:float -> cols:int -> string
Sourceval split_lines_preserve : string -> string array
Sourceval render_diff : rows:int -> string array -> string array -> string
Sourcemodule LT = LTerm
Sourcetype t = private
  1. | T
Sourceval available : bool
Sourceval size : unit -> t
Sourcemodule Events = Term_events
Sourcetype driver_key = Events.driver_key =
  1. | Quit
  2. | Refresh
  3. | Enter
  4. | NextPage
  5. | PrevPage
  6. | Up
  7. | Down
  8. | Left
  9. | Right
  10. | Other of string
Sourceval clear : unit -> unit
Sourceval run_with_key_source_for_tests : read_key:(unit -> Term_test_runner.driver_key) -> (module Miaou_core.Tui_page.PAGE_SIG) -> [ `Back | `Quit | `SwitchTo of string ]
Sourceval run : (module Miaou_core.Tui_page.PAGE_SIG) -> [ `Back | `Quit | `SwitchTo of string ]