From 782ce4a7a9c08e7c7b6733d98972295e2eb51d06 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 31 May 2016 13:42:10 +0100 Subject: [PATCH] README.md: libedit depends on libtermcap 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5ca721..2e3b7af 100644 --- a/README.md +++ b/README.md @@ -147,8 +147,8 @@ This version of the editline library was forked from the [Minix 3][] source tree and is *not* related to the similarily named NetBSD version that [Jess Thrysøe][jess] disitributes to the world outside BSD. The libraries have much in common, but the latter is heavily refactored and -also relies on ncurses, whereas this library only uses termios from the -standard C library. +also relies on libtermcap (usually supplied by ncurses), whereas this +library only uses termios from the standard C library. Patches and bug fixes from the following forks, all based on the original comp.sources.unix posting, have been merged: