summaryrefslogtreecommitdiff
path: root/lib/libedit/term.c
AgeCommit message (Expand)Author
2011-07-28term -> terminalchristos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-12-28Reduce diff with tcsh's editor. No functional change intended.christos
2009-08-31delete defined(sun), it could be invaded in the user namespace. Suggestedchristos
2009-08-30use __sun || sun instead of _SunOS, from Jess Thrysoeechristos
2009-07-17- off by one in the term.h case.christos
2009-03-31cast to size_t to avoid sign / unsigned comparison warning.christos
2009-03-31Implement literal prompt sequences. Now someone can implementchristos
2009-02-15pass lint on _LP64.christos
2009-02-12More fixes for existing portability stuff.sketch
2009-02-06SUNOS is spelt __SunOS. Add missing prototypes.sketch
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-18Fix compilation.christos
2006-03-18Coverity CID 1668: Plug memory leak.christos
2006-03-18Coverity CID 806: Prevent NULL derefchristos
2006-03-06Print the actual eofc, instead of ^D\b\b.christos
2005-08-08Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; manychristos
2004-05-22fix memory leak; thanks to Logan Gabrielchristos
2004-01-17portability fixes.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
2003-06-19From michael@moria.de:christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-11-08In the `not what I asked for' department:mycroft
2001-11-02Finish initializing all the term data structures even if the terminal initchristos
2001-01-23sprinkle couple constjdolecek
2001-01-10term_rebuffer_display(): set el->el_term.t_size.v to terminalsjdolecek
2001-01-09term_beep(): use ordinary bell, don't attempt to use visual bell - if user wantsjdolecek
2001-01-09make constant arrays a constjdolecek
2001-01-04consistently check for allocation failures and return -1, if we could notchristos
2000-12-30term_beep(): if terminal supports both visual and ordinary bell, 'ring' bothjdolecek
2000-11-28Alloc the keys structure with A_K_NKEYS as the multiplier rather than ajmc
2000-11-11- add support for home and end keys.christos
2000-10-04format string audit (silence warnings, save space)sommerfeld
2000-09-04convert to new style guide, which includes:lukem
2000-06-02use strtol() (instead of atoi()) for sane error detectionlukem
2000-02-19Fix refresh glitches when using auto-margin.mycroft
2000-01-20Add support for automatic and magic margins (from tcsh)christos
1999-10-24Fix pointer arithmatic (caused problems on LP64, including ftp dumpinglukem
1999-10-04update post change to return value of tputs() third argumentlukem
1999-08-02Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal)sommerfeld
1999-07-02More trailing white space.simonb
1998-12-12delintchristos
1998-05-20remove term_beep hack.christos
1998-01-30update to lite-2 (just an sccsid change)perry
1997-11-13Un-"protect" term_beep() and rename it to __term_beep() to keep it outthorpej
1997-10-13use <termcap.h> instead of "termcap.h" (which was repository copied to libterm)lukem
1997-07-06Fix compiler warnings.christos
1997-04-11Return -1 if the terminal set operation resulted in dumb terminal settings.christos