package chamo

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

Module Chamo.MinibufferSource

Minibuffers.

Sourceclass minibuffer_history : unit -> object ... end

To use an history in minibuffer.

Sourceval history : unit -> minibuffer_history
Sourceval max_size : int

Max height of the minibuffer (in lines).

Sourceclass 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.