mirror of
https://github.com/troglobit/editline.git
synced 2025-12-16 02:54:46 +08:00
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>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
noinst_PROGRAMS = testit cli
|
||||
noinst_PROGRAMS = testit cli excallback
|
||||
LDADD = $(top_builddir)/src/libeditline.la
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
|
||||
AM_LDFLAGS = -static
|
||||
|
||||
Reference in New Issue
Block a user