summaryrefslogtreecommitdiffstats
path: root/lib/libncurses
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
| | | | | | | | 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.
* The fix for PR#bin/722 made it into 2.1.5 and 2.1.6, but not into -current.mckay1996-12-221-2/+2
| | | | | | | | | | | | Without it, the last row and last column don't get their background updated. I think this should be in 2.2. Submitted by: Paul Koch <koch@thehub.com.au> (again) Passing observation: The fixes that pst put in on 1996/09/22 then backed out look like they should be put in again. If sysinstall is depending on bugs, then it should be fixed.
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-052-2/+6
|
* Added parens to noecho in screen initialization example.alex1996-09-281-1/+1
|
* Back out my recent compilation clean-up changes, sysinstall is now weird.pst1996-09-265-5/+5
|
* Fix some compilation warningspst1996-09-225-5/+5
|
* Don't smash attributes when turning color values off. This was submittedjkh1996-09-061-2/+2
| | | | | | | as a PR to GNATs but it evidently went astray somehow since I can't find it in the database now, nor does an assigned PR# appear on the mail I got. Sorry about that, Danny! Submitted-By: Danny R. Johnston <danny@simn.com>
* Fixed DPADD.bde1996-09-051-2/+3
|
* cmp -s || install -c ==> install -Cpeter1996-08-301-8/+5
|
* .include "bsd.prog.mk" -> .include <bsd.prog.mk>peter1996-08-301-1/+1
|
* Delete -DGOOD_SELECT from CFLAGS, we don't have it. This is used topeter1996-08-261-2/+2
| | | | | indicate that select() returns the leftover time remaining in the timeval arg of select, we don't do that (yet :-).
* Go back to sigaction again now that Peter has found the problem.jkh1996-08-161-3/+3
| | | | | Mine was just a "let's move on" kinda fix, Peter's does it right. :) Submitted-by: peter
* Switch from using sigaction to signal.jkh1996-08-151-8/+5
|
* Make libncurses catch SIGWINCH and update the values for LINES and COLS.jkh1996-08-151-0/+15
| | | | | | | I was perplexed when an example I'd written to show the values for these variables changing as an xterm window was resized didn't work, and looking into it I see that size tracking for LINES and COLS seems to be one SVR4 enhancement which didn't come across with libncurses.
* Add something so that you can solve the puzzle automatically by pressingjkh1996-08-151-1/+10
| | | | | `a' (I'm using this code as a test for something else, and just happened to add this in the process :).
* remove MLINKS tparm.3 due name clash with libtermcapwosch1996-05-271-2/+5
|
* The traceon and traceoff directives aren't in this version ncurses.jkh1996-04-252-3/+3
| | | | Guess nobody's built these tests for quite awhile!
* Another round of man page cleanups.mpp1996-02-121-3/+3
| | | | Down to only about 100 items left to cleanup! :-)
* Correct man page section number references (e.g. don't use thempp1996-02-1140-433/+421
| | | | | old 1M, 3X and 3S section numbers) and make some minor formatting changes to silence manck.
* Added some missing MLINKS for section 3 man pages.mpp1996-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.
* Fix some minor formatting problems in the curs_termin.3 man page.mpp1996-02-081-3/+4
|
* Fix a typo in one of the function names.mpp1996-02-081-1/+1
|
* Another round of spelling fixes.mpp1996-01-302-9/+9
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-303-70/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-306-2102/+0
|
* Finally catch up with the Frenchmen, and create the German messagejoerg1995-10-211-2/+8
| | | | | catalog. :-)
* Install source files with the -c flag, not with the optional flag ${COPY}.bde1995-08-061-3/+3
|
* Allow any speeds in baudrateache1995-08-041-2/+6
|
* Add SA_RESTART to ^Z reaction, EIO was returned in other caseache1995-08-041-0/+3
|
* Remove trailing whitespace.rgrimes1995-05-3040-244/+244
|
* Bump major number instead of minorache1995-05-081-3/+3
|
* Bump minor numberache1995-05-031-1/+3
|
* Add a bit more docsache1995-04-204-1/+1624
|
* Fix bug using CSR for partial scrollingache1995-03-271-4/+4
|
* Fix wbkgdset macroache1995-03-131-1/+1
| | | | Submitted by: Andreas Wetzel <mickey@deadline.snafu.de>
* Add missing lib_window.c to SRCSache1995-02-131-2/+2
|
* Back out bkgd changes, now acts per braindamaged sysv standardache1995-01-162-11/+4
|
* Fix compiler warnings about tputs argumentache1994-12-284-6/+6
|
* tputs prototypes...ache1994-12-101-1/+1
|
* Fix tputs/tparm declarationsache1994-12-091-2/+2
|
* termcap.h now belongs to systemache1994-12-041-2/+2
|
* Move gdc/bs to gamesache1994-12-031-3/+1
|
* exit_standout don't turn most attributes off, fixedache1994-12-031-22/+15
|
* #ifdef out check for pending input, cause problems withache1994-12-031-0/+2
| | | | output-only pgms
* bkgd() family fixesache1994-12-022-4/+11
|
* Implement chage_scroll_region properlyache1994-12-023-18/+36
|
* Upgrade to version 1.8.6ache1994-12-0268-1301/+2215
|
* wscrl: implement partial scrolling via al/dlache1994-11-294-162/+193
| | | | | winsdel: implemented via wscrl winsertln/deleteln: implemented as macros via winsdel
* Fix many duplicated attribute setsache1994-11-275-22/+6
|
OpenPOWER on IntegriCloud