module LTerm_inputrc:sig
..end
exception Parse_error of string * int * string
Parse_error(source, line, message)
is raised when the inputrc
file contains errors.val load : ?file:string -> unit -> unit Lwt.t
load ?file ()
loads key bindings from file
, which defaults
to ~/.lambda-term-inputrc, if it exists.val default : string