aboutsummaryrefslogtreecommitdiff
path: root/lib/ncurses
Commit message (Collapse)AuthorAgeFilesLines
* Renamed the generated include file keys.tries to keys.tries.h soBruce Evans1998-03-201-10/+6
| | | | | | | | that it can be put in SRCS for dependency generation to work properly. Don't use beforedepend, as usual. Notes: svn path=/head/; revision=34710
* Remove terminfo manpage we don't have itAndrey A. Chernov1997-10-201-2/+2
| | | | Notes: svn path=/head/; revision=30605
* Fix saving/restoring tty modes, allow initscr be called twice,Andrey A. Chernov1997-08-251-2/+2
| | | | | | | from ncurses 4.1 Notes: svn path=/head/; revision=28698
* Add winnstr family and fake resizeterm from ncurses 4.1 for compatibilityAndrey A. Chernov1997-08-241-3/+3
| | | | | | | | with recent applications. Bump minor number. Notes: svn path=/head/; revision=28665
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fixed DPADD.Bruce Evans1996-09-051-2/+3
| | | | Notes: svn path=/head/; revision=18050
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-8/+5
| | | | Notes: svn path=/head/; revision=17935
* Delete -DGOOD_SELECT from CFLAGS, we don't have it. This is used toPeter Wemm1996-08-261-2/+2
| | | | | | | | indicate that select() returns the leftover time remaining in the timeval arg of select, we don't do that (yet :-). Notes: svn path=/head/; revision=17830
* remove MLINKS tparm.3 due name clash with libtermcapWolfram Schneider1996-05-271-2/+5
| | | | Notes: svn path=/head/; revision=15947
* Added some missing MLINKS for section 3 man pages.Mike Pritchard1996-02-091-1/+125
| | | | | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3. Notes: svn path=/head/; revision=13987
* Install source files with the -c flag, not with the optional flag ${COPY}.Bruce Evans1995-08-061-3/+3
| | | | Notes: svn path=/head/; revision=9971
* Bump major number instead of minorAndrey A. Chernov1995-05-081-3/+3
| | | | Notes: svn path=/head/; revision=8353
* Bump minor numberAndrey A. Chernov1995-05-031-1/+3
| | | | Notes: svn path=/head/; revision=8247
* Add a bit more docsAndrey A. Chernov1995-04-201-1/+2
| | | | Notes: svn path=/head/; revision=7962
* Add missing lib_window.c to SRCSAndrey A. Chernov1995-02-131-2/+2
| | | | Notes: svn path=/head/; revision=6344
* termcap.h now belongs to systemAndrey A. Chernov1994-12-041-2/+2
| | | | Notes: svn path=/head/; revision=4941
* Upgrade to version 1.8.6Andrey A. Chernov1994-12-021-4/+7
| | | | Notes: svn path=/head/; revision=4898
* wscrl: implement partial scrolling via al/dlAndrey A. Chernov1994-11-291-3/+3
| | | | | | | | winsdel: implemented via wscrl winsertln/deleteln: implemented as macros via winsdel Notes: svn path=/head/; revision=4860
* Add -I${.CURDIR}Andrey A. Chernov1994-10-281-2/+2
| | | | Notes: svn path=/head/; revision=3960
* LDADD: = -> +=Andrey A. Chernov1994-10-121-2/+2
| | | | Notes: svn path=/head/; revision=3526
* Fix two problems pointed by Bruce:Andrey A. Chernov1994-10-121-12/+14
| | | | | | | | | keys.tries generated in ${.CURDIR} which may be readonly lib_options.{po,so} not properly rebuilded if keys.tries deleted and no .depend Notes: svn path=/head/; revision=3523
* Merge term.h & nterm.hAndrey A. Chernov1994-10-101-2/+2
| | | | Notes: svn path=/head/; revision=3482
* Add copyright.c to be always linked inAndrey A. Chernov1994-10-091-1/+4
| | | | Notes: svn path=/head/; revision=3455
* Moved from ports with several enhancementsAndrey A. Chernov1994-10-071-0/+73
Notes: svn path=/cvs2svn/branches/zmbenhal/; revision=3410