summaryrefslogtreecommitdiff
path: root/lib/libedit/histedit.h
AgeCommit message (Expand)Author
2003-01-21Add a uniquefier for the history function.christos
2002-11-15PR/18995: David Laight: libedit fixes for posix conformant shchristos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-10-09PR/14188: Anthony Mallet: Provide an opaque data pointer to client programs.christos
2001-09-27PR/14067: Anthony Mallet: Provide a programmatic way to set the read_charchristos
2000-09-04convert to new style guide, which includes:lukem
2000-02-28el_insertstr takes a "const char *" not "char *" now as it doesn't modifychopps
1999-11-12- implement printing a right-side prompt. code derived from similar worklukem
1999-09-20more whitespace fascismlukem
1999-07-02More trailing white space.simonb
1998-12-20Change multiple inclusion protection symbol name to NetBSD convention whichkleink
1998-07-29* add more checks for NULL pointers in passed argumentslukem
1998-06-01* implement CC_REFRESH_BEEP; as per CC_REFRESH but beep as well. thislukem
1998-05-20Add H_APPEND to simplify the interface.christos
1998-05-20- add extra argument to el_initchristos
1997-10-14PR/4257: Jaromir Dolecek: history() has no generic error handling and isn'tchristos
1997-04-11Portability fixes:christos
1997-01-14Implement CC_REDISPLAY, which (unlink CC_REFRESH) redraws the entire inputlukem
1997-01-11RCSid policelukem
1995-10-15Added history load and save to file functions.christos
1994-05-06libedit!cgd