summaryrefslogtreecommitdiff
path: root/lib/libedit/el.h
AgeCommit message (Expand)Author
2011-07-29pass -Wconversionchristos
2011-07-28Rename key to keymacro to avoid conflicts with term.h. The renaming of termchristos
2011-07-28term -> terminalchristos
2011-01-27don't turn on editing if stdout is not a tty.christos
2009-12-31- Document and enable wide character support.christos
2009-12-30Fix wide build, test it, but don't turn it on yet.christos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-02-15don't restart on EINTR, instead return NULL immediately. From Anon Ymouschristos
2006-12-15add EL_GETFP, and EL_SETFP.christos
2003-10-18change allocation policy in el_push to allocate the string itself.christos
2003-09-26Implement enough of readline's 4.0 async mode to make gdb happy. This ischristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-11-15PR/18995: David Laight: libedit fixes for posix conformant shchristos
2002-10-27vi mode and memory fixes from david laight.christos
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
2001-01-06el_line_t: make 'limit' constjdolecek
2000-11-11- add support for home and end keys.christos
2000-09-04convert to new style guide, which includes:lukem
1999-11-12- implement printing a right-side prompt. code derived from similar worklukem
1998-07-29* add more checks for NULL pointers in passed argumentslukem
1997-12-20Small optimization. Don't call isatty() on every invocation of el_gets, butchristos
1997-01-11RCSid policelukem
1994-05-06libedit!cgd