summaryrefslogtreecommitdiffstats
path: root/lib/libedit/tty.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge the following changes from NetBSD:stefanf2007-03-111-5/+9
| | | | | | | | | | | | | history.c 1.32: # Fix memory leak found by valgrind (Julien Torres) map.c 1.24: # fix debugging printf format. read.c 1.40: # Fix bug with multiple pending el_pushes. Reported by Julien Torres. tty.c 1.24: # Coverity CID 1216: Prevent negative index use. MFC after: 3 weeks
* Sync libedit with recent NetBSD developments. Including improvements to thestefanf2005-08-071-16/+139
| | | | | | | vi-mode, removal of clause 3, cleanups and the export of the tokenization functions. Not included: config.h, filecomplete.{c,h}
* + Sync with NetBSD, bringing in feature enhancements.obrien2001-10-011-904/+927
| | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris
* Add __FBSDID()s to libeditdillon2001-09-301-2/+2
|
* Fully preserve original tty settings outside of line edition mode. Old variantache2000-07-281-44/+8
| | | | | | | preserve them only partially, so tty state becomes different after el_* functions used. PR: 20138
* Don't swap carriage return and new line in quoted mode (after ^V).helbig1998-01-221-2/+2
|
* Update libedit with changes from NetBSD. Includes history load/save,msmith1997-06-251-1/+1
| | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD
* Remove trailing whitespace.rgrimes1995-05-301-41/+41
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+1144
OpenPOWER on IntegriCloud