summaryrefslogtreecommitdiffstats
path: root/include/histedit.h
Commit message (Collapse)AuthorAgeFilesLines
* libedit: Allow simple quoting in filename completion.jilles2010-06-151-0/+1
| | | | | | | | | | | | | The completer recognizes characters escaped with backslashes as being literal parts of a word, and adds backslashes to avoid almost all misinterpretation. In particular, filenames containing spaces can be completed correctly. For bug compatibility with the NetBSD version, the improved completion function has a new name, _el_fn_sh_complete, and _el_fn_complete is unchanged. Submitted by: Guy Yur
* libedit: Add basic filename completion code from NetBSD.jilles2010-06-131-2/+0
| | | | | | | | | | | | This will be used to provide filename completion in sh(1). Changes from the NetBSD code: * wide character support disabled, as in the rest of libedit * config.h and related portability stuff reduced/disabled, as in the rest of libedit Submitted by: Guy Yur Obtained from: NetBSD
* Use tabs after #define.stefanf2007-06-111-5/+5
| | | | | Obtained from: NetBSD Spotted by: njl
* Merge NetBSD changes, among them:stefanf2007-06-101-2/+5
| | | | | | | | | | | | | | el.c 1.44, el.h 1.17, editline.3 1.53, histedit.h 1.31: # add EL_GETFP, and EL_SETFP. el.c 1.42, term.c 1.46, term.h 1.18, editline.3 1.52, histedit.h 1.29: # - Add more readline functions, enough for gdb-6.5 # - Make el_get varyadic, and implement EL_GETTC. # - XXX: the EL_SETTC api will change in the future. Note: The latter change breaks the ABI of the el_get() function. Approved by: re (kensmith)
* Sync libedit with recent NetBSD developments. Including improvements to thestefanf2005-08-071-12/+38
| | | | | | | vi-mode, removal of clause 3, cleanups and the export of the tokenization functions. Not included: config.h, filecomplete.{c,h}
* Make C++ safeimp2003-07-141-0/+4
|
* Restore local bits lost in recent merge from NetBSD.mdodd2002-06-161-0/+6
|
* Merge style with NetBSD -- ANSI-C prototypes, style(9) tabing, etc.obrien2001-10-011-39/+38
|
* Merge functional changes from NetBSD.obrien2001-10-011-22/+32
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add 2 functions: el_data_set() and el_data_get() which do what youmdodd1999-08-201-1/+4
| | | | | | | | would expect. (Allow user data to be associated with an EditLine context). As this changes no existing interfaces and doesn't alter any structs visable to the user I've been told that its not necessary to bump the version of the library.
* Update histedit.h to match the new libedit.msmith1997-06-251-8/+15
| | | | Obtained from: NetBSD
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* histedit.h is now installed from here, not from libedit.wollman1994-08-041-0/+172
OpenPOWER on IntegriCloud