package chamo

  1. Overview
  2. Docs

Minibuffers.

class minibuffer_history : unit -> object ... end

To use an history in minibuffer.

val history : unit -> minibuffer_history
val max_size : int

Max height of the minibuffer (in lines).

class minibuffer : unit -> object ... end

The minibuffers. See code of Misc.input_string or Misc.select_string for an example of using the minibuffer.

OCaml

Innovation. Community. Security.