An enumeration of the various underlying readline APIs supported by this API.
Get the specified Readline implementation, with
autoAddHistory set to true.
Get the specified Readline implementation, with
autoAddHistory set to true.
the ReadlineType to use
an arbitrary name of the calling application
the appropriate Readline implementation.
can't find the underlying library
Get the specified Readline implementation.
Get the specified Readline implementation.
the ReadlineType to use
an arbitrary name of the calling application
whether lines read by the function should
automatically be added to the history. If this
parameter is false, then the caller
is responsible for adding lines to the history.
the appropriate Readline implementation.
can't find the underlying library
Given a list of Readline types, find and return the first one
that loads.
Given a list of Readline types, find and return the first one
that loads.
list of readline library types to try, in order
an arbitrary name of the calling application
whether lines read by the function should
automatically be added to the history. If this
parameter is false, then the caller
is responsible for adding lines to the history.
the loaded implementation, or None.
Companion factory object, used to instantiate particular readline implementations.