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