summaryrefslogtreecommitdiff
path: root/lib/libedit/tty.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge the following changes from NetBSD:Stefan Farfeleder2007-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 Notes: svn path=/head/; revision=167464
* Sync libedit with recent NetBSD developments. Including improvements to theStefan Farfeleder2005-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} Notes: svn path=/head/; revision=148834
* + Sync with NetBSD, bringing in feature enhancements.David E. O'Brien2001-10-011-875/+898
| | | | | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris Notes: svn path=/head/; revision=84260
* Add __FBSDID()s to libeditMatthew Dillon2001-09-301-2/+2
| | | | Notes: svn path=/head/; revision=84201
* Fully preserve original tty settings outside of line edition mode. Old variantAndrey A. Chernov2000-07-281-44/+8
| | | | | | | | | | preserve them only partially, so tty state becomes different after el_* functions used. PR: 20138 Notes: svn path=/head/; revision=63947
* Don't swap carriage return and new line in quoted mode (after ^V).Wolfgang Helbig1998-01-221-2/+2
| | | | Notes: svn path=/head/; revision=32697
* Update libedit with changes from NetBSD. Includes history load/save,Mike Smith1997-06-251-1/+1
| | | | | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD Notes: svn path=/head/; revision=26926
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-41/+41
| | | | Notes: svn path=/head/; revision=8870
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+1144
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573