[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: deadline replacement
- From: Andrew Gierth <andrew@...>
- Date: Thu, 28 Oct 2021 07:50:09 +0100
>>>>> "eugeny" == eugeny gladkih <john@drweb.com> writes:
eugeny> re,
eugeny> you know, redline is viral GNU monster, many people want to
eugeny> avoid usage of it.
Libedit (BSD license) works just fine, too, just by replacing the
#include lines.
For the FreeBSD port I wrote a patch that loads libedit dynamically on
demand, with RTLD_LOCAL, to avoid issues with libedit or readline
loading a different version of libcurses than one that a script using
lcurses might want to use. This can be found at
https://cgit.freebsd.org/ports/tree/lang/lua54/files/extra-patch-libedit-dl
--
Andrew.