11acd27e7Smillert\input texinfo @c -*-texinfo-*- 21acd27e7Smillert@comment %**start of header (This is for running Texinfo on a region.) 31acd27e7Smillert@setfilename readline.info 41acd27e7Smillert@settitle GNU Readline Library 51acd27e7Smillert@comment %**end of header (This is for running Texinfo on a region.) 61acd27e7Smillert@synindex vr fn 71acd27e7Smillert@setchapternewpage odd 81acd27e7Smillert 91acd27e7Smillert@include manvers.texinfo 101acd27e7Smillert 111acd27e7Smillert@ifinfo 121acd27e7Smillert@dircategory Libraries 131acd27e7Smillert@direntry 141acd27e7Smillert* Readline: (readline). The GNU readline library API 151acd27e7Smillert@end direntry 161acd27e7Smillert 171acd27e7SmillertThis document describes the GNU Readline Library, a utility which aids 181acd27e7Smillertin the consistency of user interface across discrete programs that need 191acd27e7Smillertto provide a command line interface. 201acd27e7Smillert 21*15b117eaSkettenisCopyright (C) 1988-2002 Free Software Foundation, Inc. 221acd27e7Smillert 231acd27e7SmillertPermission is granted to make and distribute verbatim copies of 241acd27e7Smillertthis manual provided the copyright notice and this permission notice 251acd27e7Smillertpare preserved on all copies. 261acd27e7Smillert 271acd27e7Smillert@ignore 281acd27e7SmillertPermission is granted to process this file through TeX and print the 291acd27e7Smillertresults, provided the printed document carries copying permission 301acd27e7Smillertnotice identical to this one except for the removal of this paragraph 311acd27e7Smillert(this paragraph not being relevant to the printed manual). 321acd27e7Smillert@end ignore 331acd27e7Smillert 341acd27e7SmillertPermission is granted to copy and distribute modified versions of this 351acd27e7Smillertmanual under the conditions for verbatim copying, provided that the entire 361acd27e7Smillertresulting derived work is distributed under the terms of a permission 371acd27e7Smillertnotice identical to this one. 381acd27e7Smillert 391acd27e7SmillertPermission is granted to copy and distribute translations of this manual 401acd27e7Smillertinto another language, under the above conditions for modified versions, 411acd27e7Smillertexcept that this permission notice may be stated in a translation approved 421acd27e7Smillertby the Free Software Foundation. 431acd27e7Smillert@end ifinfo 441acd27e7Smillert 451acd27e7Smillert@titlepage 461acd27e7Smillert@title GNU Readline Library 471acd27e7Smillert@subtitle Edition @value{EDITION}, for @code{Readline Library} Version @value{VERSION}. 481acd27e7Smillert@subtitle @value{UPDATE-MONTH} 491acd27e7Smillert@author Brian Fox, Free Software Foundation 501acd27e7Smillert@author Chet Ramey, Case Western Reserve University 511acd27e7Smillert 521acd27e7Smillert@page 531acd27e7SmillertThis document describes the GNU Readline Library, a utility which aids 541acd27e7Smillertin the consistency of user interface across discrete programs that need 551acd27e7Smillertto provide a command line interface. 561acd27e7Smillert 571acd27e7SmillertPublished by the Free Software Foundation @* 581acd27e7Smillert59 Temple Place, Suite 330, @* 591acd27e7SmillertBoston, MA 02111 USA 601acd27e7Smillert 611acd27e7SmillertPermission is granted to make and distribute verbatim copies of 621acd27e7Smillertthis manual provided the copyright notice and this permission notice 631acd27e7Smillertare preserved on all copies. 641acd27e7Smillert 651acd27e7SmillertPermission is granted to copy and distribute modified versions of this 661acd27e7Smillertmanual under the conditions for verbatim copying, provided that the entire 671acd27e7Smillertresulting derived work is distributed under the terms of a permission 681acd27e7Smillertnotice identical to this one. 691acd27e7Smillert 701acd27e7SmillertPermission is granted to copy and distribute translations of this manual 711acd27e7Smillertinto another language, under the above conditions for modified versions, 721acd27e7Smillertexcept that this permission notice may be stated in a translation approved 731acd27e7Smillertby the Free Software Foundation. 741acd27e7Smillert 751acd27e7Smillert@vskip 0pt plus 1filll 76*15b117eaSkettenisCopyright @copyright{} 1988-2002 Free Software Foundation, Inc. 771acd27e7Smillert@end titlepage 781acd27e7Smillert 791acd27e7Smillert@ifinfo 801acd27e7Smillert@node Top 811acd27e7Smillert@top GNU Readline Library 821acd27e7Smillert 831acd27e7SmillertThis document describes the GNU Readline Library, a utility which aids 841acd27e7Smillertin the consistency of user interface across discrete programs that need 851acd27e7Smillertto provide a command line interface. 861acd27e7Smillert 871acd27e7Smillert@menu 881acd27e7Smillert* Command Line Editing:: GNU Readline User's Manual. 891acd27e7Smillert* Programming with GNU Readline:: GNU Readline Programmer's Manual. 901acd27e7Smillert* Concept Index:: Index of concepts described in this manual. 911acd27e7Smillert* Function and Variable Index:: Index of externally visible functions 921acd27e7Smillert and variables. 931acd27e7Smillert@end menu 941acd27e7Smillert@end ifinfo 951acd27e7Smillert 961acd27e7Smillert@include rluser.texinfo 971acd27e7Smillert@include rltech.texinfo 981acd27e7Smillert 991acd27e7Smillert@node Concept Index 1001acd27e7Smillert@unnumbered Concept Index 1011acd27e7Smillert@printindex cp 1021acd27e7Smillert 1031acd27e7Smillert@node Function and Variable Index 1041acd27e7Smillert@unnumbered Function and Variable Index 1051acd27e7Smillert@printindex fn 1061acd27e7Smillert 1071acd27e7Smillert@contents 1081acd27e7Smillert@bye 109