History log of /netbsd-src/lib/libedit/histedit.h (Results 51 – 62 of 62)
Revision Date Author Comments
# 1528b775 02-Jul-1999 simonb <simonb@NetBSD.org>

More trailing white space.


# 37709da7 20-Dec-1998 kleink <kleink@NetBSD.org>

Change multiple inclusion protection symbol name to NetBSD convention which
doesn't violate namespace rules.


# f87d2504 29-Jul-1998 lukem <lukem@NetBSD.org>

* add more checks for NULL pointers in passed arguments
* implement el_get(EditLine *, int op, void *result), which does the
inverse of el_set()
* add EL_EDITMODE operation to el_set and el_get; if

* add more checks for NULL pointers in passed arguments
* implement el_get(EditLine *, int op, void *result), which does the
inverse of el_set()
* add EL_EDITMODE operation to el_set and el_get; if non zero editing
is enabled (the default).
* add "edit on | off" editrc command, which modifies EL_EDITMODE.
users can now add '*:edit off' in ~/.editrc as an advisory to
disable editing.

NOTE: at this time EL_EDITMODE is just an indication of the
state of the 'edit' command. It's up to the application to check
this after el_source() or el_parse() to determine if editing is still
required.

show more ...


# fe1a16ac 01-Jun-1998 lukem <lukem@NetBSD.org>

* implement CC_REFRESH_BEEP; as per CC_REFRESH but beep as well. this
is useful in completion when a partial completion is found
* remove entry in BUGS about el_parse(); that was fixed a while ago


# eac8b136 20-May-1998 christos <christos@NetBSD.org>

Add H_APPEND to simplify the interface.


# 4b8b8611 20-May-1998 christos <christos@NetBSD.org>

- add extra argument to el_init
- fix history functions
- add el_beep()


# a7db9a79 14-Oct-1997 christos <christos@NetBSD.org>

PR/4257: Jaromir Dolecek: history() has no generic error handling and isn't
reentrant. This changes the interface of the history function, so we need
a major number bump.


# eb544273 11-Apr-1997 christos <christos@NetBSD.org>

Portability fixes:
__const -> const
BADSIG -> SIG_ERR
int flags -> u_int flags
#if __STDC__ -> #ifdef __STDC__


# 730be84d 14-Jan-1997 lukem <lukem@NetBSD.org>

Implement CC_REDISPLAY, which (unlink CC_REFRESH) redraws the entire input
line (a la ^R). This is useful if the binding outputs information and
mucks up the input line. To be used in ``list-choices'

Implement CC_REDISPLAY, which (unlink CC_REFRESH) redraws the entire input
line (a la ^R). This is useful if the binding outputs information and
mucks up the input line. To be used in ``list-choices'' bindings (refer
to the ^D binding in csh when filec is set)

show more ...


# 2543e3e6 11-Jan-1997 lukem <lukem@NetBSD.org>

RCSid police
editline first appeared in 4.4BSD not NetBSD1.0


# 95b0e87b 15-Oct-1995 christos <christos@NetBSD.org>

Added history load and save to file functions.


# 6dc2f1db 06-May-1994 cgd <cgd@NetBSD.org>

libedit!


123