wok-current annotate readline/description.txt @ rev 25685
Add checkspace / fetchall feature for tazpkg
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Mar 14 20:28:39 2024 +0000 (8 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25265 | 1 The GNU Readline library provides a set of functions for use by applications |
Hans-G?nter@25265 | 2 that allow users to edit command lines as they are typed in. |
Hans-G?nter@25265 | 3 Both Emacs and vi editing modes are available. |
Hans-G?nter@25265 | 4 The Readline library includes additional functions to maintain a list of |
Hans-G?nter@25265 | 5 previously-entered command lines, to recall and perhaps reedit those lines, |
Hans-G?nter@25265 | 6 and perform csh-like history expansion on previous commands. |
Hans-G?nter@25265 | 7 |
Hans-G?nter@25265 | 8 The history facilities are also placed into a separate library, the History |
Hans-G?nter@25265 | 9 library, as part of the build process. |
Hans-G?nter@25265 | 10 The History library may be used without Readline in applications which desire |
Hans-G?nter@25265 | 11 its capabilities. |