Editline is an autotool- and libtoolized port of the NetBSD Editline library (libedit). Editline library provides generic line editing, history, and tokenization functions, similar to those found in GNU Readline.
Exemples:
An Editline port of the fileman.c example from the GNU Readline documentation is distributed with this package.
Note libcurses, as well as libedit, should be linked to Editline enabled programs, e.g.
gcc -o fileman fileman.c -ledit -lcurses
Product's homepage
What's New in This Release: [ read full changelog ]
· Comment lines in .editrc are ignored.
· The predefined macro __sun is used to identify Solaris.