troglobit / editline

A small replacement for GNU readline() for UNIX
https://troglobit.com/projects/editline/
Other
282 stars 58 forks source link

README.md: libedit depends on libtermcap #10

Closed rofl0r closed 8 years ago

rofl0r commented 8 years ago

netbsd's libedit only relies on functions offered by the traditional libtermcap (such as tgetent()), which are usually (i.e. on the majority of modern UNIX systems) supplied by ncurses, but there exist standalone versions as well which can be used instead.

closes #8

troglobit commented 8 years ago

Thanks!