wok diff readline/description.txt @ rev 25445

itaka: fix wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 06 07:38:52 2022 +0000 (21 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/readline/description.txt	Tue Sep 06 07:38:52 2022 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +The GNU Readline library provides a set of functions for use by applications
     1.5 +that allow users to edit command lines as they are typed in.
     1.6 +Both Emacs and vi editing modes are available.
     1.7 +The Readline library includes additional functions to maintain a list of
     1.8 +previously-entered command lines, to recall and perhaps reedit those lines,
     1.9 +and perform csh-like history expansion on previous commands.
    1.10 +
    1.11 +The history facilities are also placed into a separate library, the History
    1.12 +library, as part of the build process.
    1.13 +The History library may be used without Readline in applications which desire
    1.14 +its capabilities.