wok diff readline/description.txt @ rev 25638

Up tinyssh (20240101 CVE-2023-48795)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 05 10:31:44 2024 +0000 (5 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/readline/description.txt	Fri Jan 05 10:31:44 2024 +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.