mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Update TODO and add a NEWS file.
This commit is contained in:
parent
69e01d11d4
commit
c1b3d17926
9
NEWS
Normal file
9
NEWS
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Notable Changes
|
||||||
|
|
||||||
|
* v0.3.0
|
||||||
|
** Support for ANSI arrow keys using --enable-arrow-keys
|
||||||
|
|
||||||
|
* v0.2.x
|
||||||
|
** Patches from Debian package merged.
|
||||||
|
** Support for custom command completion.
|
||||||
|
|
9
TODO
9
TODO
@ -1,14 +1,5 @@
|
|||||||
TODO
|
TODO
|
||||||
|
|
||||||
* Merge in useful patches from Debian package
|
|
||||||
|
|
||||||
* Add --enable-FEATURE for features defined in Makefile-minix.in
|
* Add --enable-FEATURE for features defined in Makefile-minix.in
|
||||||
|
|
||||||
* Add support for custom completion, rl_attempted_completion_function.
|
|
||||||
|
|
||||||
* Add support for inhibiting completion: rl_inhibit_completion
|
* Add support for inhibiting completion: rl_inhibit_completion
|
||||||
|
|
||||||
* Add support for arrow keys, home, end, etc. See the following URL
|
|
||||||
for how to catch complex key strokes such as escape sequences:
|
|
||||||
http://www.unixwiz.net/techtips/termios-vmin-vtime.html
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user