wok diff readline/description.txt @ rev 25397

updated viewnior (1.7 -> 1.8)
author Hans-G?nter Theisgen
date Tue Aug 02 10:30:16 2022 +0100 (22 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 Aug 02 10:30:16 2022 +0100
     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.