readline C++ Wrapper
Annotation
The wrapper simplifies usage of the readline and history libraries for
C++ programmers. Not all the readline features are wrapped however the
most often used are covered including:
- editing the input line basing on the user preferences
- commands history
- saving/loading commands history to/from specified files
- custom completers via standard containers
- binding keys to boost::function calls
May 8, 2006.
Version 0.3. The SKeymap class has been introduced. It holds keymap bindings to
boost::function objects. The corresponding example has been added.
December 27, 2005.
Version 0.2. The wrapper interface was extended with a couple of methods. One more example was added.