package lambda-term

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val action_output : Vi.Edit_action.t Lwt_mvar.t
val mutable curr_mode : Vi.Base.Mode.t
method action_output : Vi.Edit_action.t Lwt_mvar.t
method getMode : Vi.Base.Mode.t
method keyin : Mew_vi.Key.t -> unit Lwt.t
method setMode : Vi.Base.Mode.name -> unit
method timeout : float
method get_register : string -> Vi.Interpret.Register.content option
method set_register : string -> Vi.Interpret.Register.content -> unit