wok annotate 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
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.