summaryrefslogtreecommitdiff
path: root/lib/libedit/prompt.c
AgeCommit message (Expand)Author
2017-06-27add literal escape sequence support, patterned after the tcsh ones.christos
2016-05-09s/protected/libedit_private/gchristos
2016-04-11Get rid of private/public; keep protected (Ingo Schwarze)christos
2016-04-11Char -> wchar_t from Ingo Schwarze.christos
2016-02-16From Ingo Scharze:christos
2016-02-16cleanup chartype.h includes (Ingo Schwarze)christos
2016-02-16cleanup inclusion of histedit.h (Ingo Schwarze)christos
2011-07-29KNF return (\1); -> return \1;christos
2011-07-28term -> terminalchristos
2009-12-31- Document and enable wide character support.christos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-07-17handle prompt_esc properly.christos
2009-04-16PR/41230: -current: sh(1) endlessly looping in interactivechristos
2009-03-31Implement literal prompt sequences. Now someone can implementchristos
2009-02-21back out all prompt changes. they are not needed.christos
2009-02-17allow for a prompt argument.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-19From michael@moria.de:christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-01-10Enlarge editline buffers as needed to support arbitrary length lines.jdolecek
2000-09-04convert to new style guide, which includes:lukem
1999-11-12- implement printing a right-side prompt. code derived from similar worklukem
1999-07-02More trailing white space.simonb
1998-07-29* add more checks for NULL pointers in passed argumentslukem
1997-07-06Fix compiler warnings.christos
1997-01-11RCSid policelukem
1994-05-06libedit!cgd