summaryrefslogtreecommitdiffstats
path: root/lib/libedit/term.c
Commit message (Collapse)AuthorAgeFilesLines
* + 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