aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit/term.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge NetBSD changes, among them:Stefan Farfeleder2007-06-101-37/+91
| | | | | | | | | | | | | | | | | el.c 1.44, el.h 1.17, editline.3 1.53, histedit.h 1.31: # add EL_GETFP, and EL_SETFP. el.c 1.42, term.c 1.46, term.h 1.18, editline.3 1.52, histedit.h 1.29: # - Add more readline functions, enough for gdb-6.5 # - Make el_get varyadic, and implement EL_GETTC. # - XXX: the EL_SETTC api will change in the future. Note: The latter change breaks the ABI of the el_get() function. Approved by: re (kensmith) Notes: svn path=/head/; revision=170511
* Merge the following changes from NetBSD:Stefan Farfeleder2007-03-111-8/+36
| | | | | | | | | | | | | | | | | | | | chared.h 1.17, common.c 1.19, emacs.c 1.21, key.c 1.18, key.h 1.9, map.c 1.23, term.c 1.42, term.h 1.17, vi.c 1.25: # Print the actual eofc, instead of ^D\b\b. # Change internal character decoding to prevent buffer oveflows. key.c 1.19, key.h 1.10: # move declaration to header file. term.c 1.43: # Coverity CID 806: Prevent NULL deref term.c 1.44: # Coverity CID 1668: Plug memory leak. term.c 1.45: # Fix compilation. MFC after: 3 weeks Notes: svn path=/head/; revision=167457
* NetBSD merged our typo fixes, update $NetBSD$.Stefan Farfeleder2005-08-091-1/+1
| | | | Notes: svn path=/head/; revision=148900
* Fix a few typos.Stefan Farfeleder2005-08-081-2/+2
| | | | Notes: svn path=/head/; revision=148848
* Sync libedit with recent NetBSD developments. Including improvements to theStefan Farfeleder2005-08-071-26/+42
| | | | | | | | | | 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
* Fix problem where with PicoBSD the shell coredumps if it does not find anDavid E. O'Brien2002-01-241-1/+1
| | | | | | | | | entry for its terminal type in /etc/termcap. Submitted by: bde Notes: svn path=/head/; revision=89735
* + Sync with NetBSD, bringing in feature enhancements.David E. O'Brien2001-10-011-1004/+1177
| | | | | | | | | | + 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
* ConstifyKris Kennaway2000-11-261-1/+1
| | | | Notes: svn path=/head/; revision=69204
* Teach library about Home/End keysAndrey A. Chernov2000-07-281-4/+25
| | | | Notes: svn path=/head/; revision=63948
* On the alpha, sizeof(char*) != sizeof(int) which was assumed inDoug Rabson1998-11-301-1/+1
| | | | | | | | | term_init(). This is the cause of /usr/bin/ftp faulting on the alpha. Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=41421
* Fixed print format errors.Bruce Evans1998-06-301-1/+1
| | | | Notes: svn path=/head/; revision=37303
* Update libedit with changes from NetBSD. Includes history load/save,Mike Smith1997-06-251-10/+8
| | | | | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD Notes: svn path=/head/; revision=26926
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+1
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* Fix PR#858, /bin/sh corruption caused by non-zeroed malloc() in libeditPeter Wemm1995-12-021-0/+1
| | | | | | | | | | in particular circumstances. (malloc() does not zero memory, but usually does by coincidenct that sbrk() returns zeroed pages) Submitted-by: John Hood <cgull@smoke.marlboro.vt.us> Notes: svn path=/head/; revision=12565
* Update to 4.4lite2 (initialize arrow key data completely).Bruce Evans1995-10-221-1/+5
| | | | Notes: svn path=/head/; revision=11678
* Simplify baud printing codeAndrey A. Chernov1995-08-041-84/+1
| | | | Notes: svn path=/head/; revision=9901
* Nuke local termcap.h and use system oneAndrey A. Chernov1995-08-041-3/+3
| | | | Notes: svn path=/head/; revision=9898
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-45/+45
| | | | Notes: svn path=/head/; revision=8870
* Rewritten using POSIX regexAndrey A. Chernov1994-10-021-0/+10
| | | | | | | | Add 57600 and 115200 speeds Correct termcap path Notes: svn path=/head/; revision=3285
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+1447
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573