Stephen Gregoratto
d4b25ca85e
include <sys/select.h> in excallback
...
Fixes an build issue when cross-compiling for SerenityOS[1]
[1] https://github.com/SerenityOS/serenity
2020-06-09 00:21:11 +10:00
Joachim Nilsson
9e9f8b03d8
Fix Coverity Scan findings, missing return and bad strcpy()
...
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2018-03-22 10:31:50 +01:00
Joachim Nilsson
53b160f6a1
examples: Define EDITLINE_LIBRARY when building locally
...
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2017-12-02 21:14:49 +01:00
Joachim Nilsson
a9824655ee
excallback.c: Fix compilation errors against readline
...
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2017-12-02 18:54:29 +01:00
Joachim Nilsson
69d9e549a0
examples/excallback.c: Jeff Solomon's alternate interface example
...
This patch adds the unmodified excallback.c from readline. It was
originally contributed by Jeff Solomon as an example of the alternate
interface to readline.
The following set of patches modify it to work with editline.
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2017-12-02 18:46:48 +01:00