mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Update ChangeLog and fix description of bug #7 in earlier entry
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
77d531f5b5
commit
05ed94047b
@ -15,6 +15,7 @@ Event loop callback support.
|
|||||||
- `rl_refresh_line()`, new GNU Readline compat function
|
- `rl_refresh_line()`, new GNU Readline compat function
|
||||||
- `rl_callback_*()`, alternate interface to plain `readline()` for event
|
- `rl_callback_*()`, alternate interface to plain `readline()` for event
|
||||||
loops. Modeled after the GNU Readline API
|
loops. Modeled after the GNU Readline API
|
||||||
|
- `rl_completion_entry_function`, new GNU Readline compat user hook
|
||||||
- Add support for Ctrl-Right and Ctrl-Left, forward/backward word
|
- Add support for Ctrl-Right and Ctrl-Left, forward/backward word
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
@ -38,8 +39,8 @@ Bug fix release.
|
|||||||
- Refactor all enable/disable configure options, same problem as in #7
|
- Refactor all enable/disable configure options, same problem as in #7
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- Fix #7: `--enable-termcap` configure option does not work, wrongly
|
- Fix #7: `--enable-termcap` configure option does not work. The script
|
||||||
enables termcap by default.
|
enabled termcap by default rather than the other way around.
|
||||||
|
|
||||||
Also, check for terminfo as well, when `--enable-termcap` is selected.
|
Also, check for terminfo as well, when `--enable-termcap` is selected.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user