summaryrefslogtreecommitdiff
path: root/lib/libedit/term.h
AgeCommit message (Expand)Author
2011-07-28term -> terminalchristos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-03-31Implement literal prompt sequences. Now someone can implementchristos
2008-09-10Allow a single process to control multiple ttys (for pthreads using _REENTRANT)christos
2006-11-24- Add more readline functions, enough for gdb-6.5christos
2006-03-06Print the actual eofc, instead of ^D\b\b.christos
2005-03-15Add missing define, needed for debugging (from Rob Rodgers)christos
2003-09-14- provide enough hooks to compile gdb-5.3christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-01-04consistently check for allocation failures and return -1, if we could notchristos
2000-11-11- add support for home and end keys.christos
2000-09-04convert to new style guide, which includes:lukem
2000-01-20Add support for automatic and magic margins (from tcsh)christos
1999-10-04update post change to return value of tputs() third argumentlukem
1999-07-02More trailing white space.simonb
1998-05-20remove term_beep hack.christos
1997-11-13Un-"protect" term_beep() and rename it to __term_beep() to keep it outthorpej
1997-01-11RCSid policelukem
1995-04-29Fixed the key mapping code and reverted Charles' changes.christos
1995-04-27Remove dead code that can't possibly work.mycroft
1994-05-06libedit!cgd