summaryrefslogtreecommitdiffstats
path: root/lib/libedit/term.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge NetBSD changes, among them:stefanf2007-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)
* Merge the following changes from NetBSD:stefanf2007-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
* NetBSD merged our typo fixes, update $NetBSD$.stefanf2005-08-091-1/+1
|
* Fix a few typos.stefanf2005-08-081-2/+2
|
* Sync libedit with recent NetBSD developments. Including improvements to thestefanf2005-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}
* Fix problem where with PicoBSD the shell coredumps if it does not find anobrien2002-01-241-1/+1
| | | | | | entry for its terminal type in /etc/termcap. Submitted by: bde
* + Sync with NetBSD, bringing in feature enhancements.obrien2001-10-011-1004/+1177
| | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris
* Add __FBSDID()s to libeditdillon2001-09-301-2/+2
|
* Constifykris2000-11-261-1/+1
|
* Teach library about Home/End keysache2000-07-281-4/+25
|
* On the alpha, sizeof(char*) != sizeof(int) which was assumed indfr1998-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>
* Fixed print format errors.bde1998-06-301-1/+1
|
* Update libedit with changes from NetBSD. Includes history load/save,msmith1997-06-251-10/+8
| | | | | | | some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD
* General -Wall warning cleanup, part I.jkh1996-07-121-0/+1
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Fix PR#858, /bin/sh corruption caused by non-zeroed malloc() in libeditpeter1995-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>
* Update to 4.4lite2 (initialize arrow key data completely).bde1995-10-221-1/+5
|
* Simplify baud printing codeache1995-08-041-84/+1
|
* Nuke local termcap.h and use system oneache1995-08-041-3/+3
|
* Remove trailing whitespace.rgrimes1995-05-301-45/+45
|
* Rewritten using POSIX regexache1994-10-021-0/+10
| | | | | Add 57600 and 115200 speeds Correct termcap path
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+1447
OpenPOWER on IntegriCloud