mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
![]() This rather big patch adds support for the GNU Readline alternate interface, for use with event loops: void rl_callback_handler_install (const char *prompt, rl_vcpfunc_t *lhandler); void rl_callback_read_char (void); void rl_callback_handler_remove (void); The code has been tested using the testit and excallback examples. Both regular editing and searching works as intended. Also, the problem with lingering artefacts on screen when scrolling through the history has been fixed. Signed-off-by: Joachim Nilsson <troglobit@gmail.com> |
||
---|---|---|
.. | ||
editline.h | ||
Makefile.am |