editline/examples
Joachim Nilsson 61d40f406f examples: Catch SIGINT instead of mapping Ctrl-C, use default Ctrl-D
We want Ctrl-C to work as in Bash, so let's just catch SIGINT (and do
nothing).  Also, the default Ctrl-D handler does what we want, i.e.
exit the CLI when we're on an empty line.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-05-06 00:52:13 +02:00
..
.gitignore Minor, update .gitignore files 2018-09-16 10:10:03 +02:00
cli.c examples: Catch SIGINT instead of mapping Ctrl-C, use default Ctrl-D 2019-05-06 00:52:13 +02:00
excallback.c Fix Coverity Scan findings, missing return and bad strcpy() 2018-03-22 10:31:50 +01:00
fileman.c examples/fileman.c: Further code cleanup and simplification 2018-12-31 22:51:39 +01:00
Makefile.am fileman: New example, from libedit, and from GNU Readline originally 2018-06-17 21:13:02 +02:00
testit.c testit: Don't add history, readline() already does this 2017-12-11 08:43:03 +01:00