summaryrefslogtreecommitdiff
path: root/lib/libncurses
Commit message (Expand)AuthorAgeFilesLines
* remove MLINKS tparm.3 due name clash with libtermcapWolfram Schneider1996-05-271-2/+5
* The traceon and traceoff directives aren't in this version ncurses.Jordan K. Hubbard1996-04-252-3/+3
* Another round of man page cleanups.Mike Pritchard1996-02-121-3/+3
* Correct man page section number references (e.g. don't use theMike Pritchard1996-02-1140-433/+421
* Added some missing MLINKS for section 3 man pages.Mike Pritchard1996-02-091-1/+125
* Fix some minor formatting problems in the curs_termin.3 man page.Mike Pritchard1996-02-081-3/+4
* Fix a typo in one of the function names.Mike Pritchard1996-02-081-1/+1
* Another round of spelling fixes.Mike Pritchard1996-01-302-9/+9
* recording cvs-1.6 file deathPeter Wemm1995-12-309-2172/+0
* Finally catch up with the Frenchmen, and create the German messageJoerg Wunsch1995-10-211-2/+8
* Install source files with the -c flag, not with the optional flag ${COPY}.Bruce Evans1995-08-061-3/+3
* Allow any speeds in baudrateAndrey A. Chernov1995-08-041-2/+6
* Add SA_RESTART to ^Z reaction, EIO was returned in other caseAndrey A. Chernov1995-08-041-0/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-3040-244/+244
* Bump major number instead of minorAndrey A. Chernov1995-05-081-3/+3
* Bump minor numberAndrey A. Chernov1995-05-031-1/+3
* Add a bit more docsAndrey A. Chernov1995-04-204-1/+1624
* Fix bug using CSR for partial scrollingAndrey A. Chernov1995-03-271-4/+4
* Fix wbkgdset macroAndrey A. Chernov1995-03-131-1/+1
* Add missing lib_window.c to SRCSAndrey A. Chernov1995-02-131-2/+2
* Back out bkgd changes, now acts per braindamaged sysv standardAndrey A. Chernov1995-01-162-11/+4
* Fix compiler warnings about tputs argumentAndrey A. Chernov1994-12-284-6/+6
* tputs prototypes...Andrey A. Chernov1994-12-101-1/+1
* Fix tputs/tparm declarationsAndrey A. Chernov1994-12-091-2/+2
* termcap.h now belongs to systemAndrey A. Chernov1994-12-041-2/+2
* Move gdc/bs to gamesAndrey A. Chernov1994-12-031-3/+1
* exit_standout don't turn most attributes off, fixedAndrey A. Chernov1994-12-031-22/+15
* #ifdef out check for pending input, cause problems withAndrey A. Chernov1994-12-031-0/+2
* bkgd() family fixesAndrey A. Chernov1994-12-022-4/+11
* Implement chage_scroll_region properlyAndrey A. Chernov1994-12-023-18/+36
* Upgrade to version 1.8.6Andrey A. Chernov1994-12-0268-1301/+2215
* wscrl: implement partial scrolling via al/dlAndrey A. Chernov1994-11-294-162/+193
* Fix many duplicated attribute setsAndrey A. Chernov1994-11-275-22/+6
* Add wrefresh before doing putp when idlokAndrey A. Chernov1994-11-274-0/+8
* Make idlok works properly with back color erase.Andrey A. Chernov1994-11-273-4/+16
* Forget to exit alt charset mode, critical for non-cons25rAndrey A. Chernov1994-11-241-0/+2
* Make this file more BSD-likeAndrey A. Chernov1994-11-211-10/+3
* Make newscr publicly availableAndrey A. Chernov1994-11-172-2/+1
* Add 57600, 115200 ro baudrate()Andrey A. Chernov1994-11-101-16/+26
* This curses fix allows to print something in lower right cornerAndrey A. Chernov1994-11-061-22/+63
* Several fixes for 'back_color_erase' curses problemAndrey A. Chernov1994-11-061-5/+5
* Fix curses bug with delete character and standoutAndrey A. Chernov1994-11-061-0/+4
* __386BSD__ -> __FreeBSD__Jordan K. Hubbard1994-11-041-1/+1
* Add SIGTERM reaction -- cleanupAndrey A. Chernov1994-10-311-0/+1
* Now COLS/LINES uses window cols/lines, not cols/lines from termcap entryAndrey A. Chernov1994-10-311-2/+2
* Add -I${.CURDIR}Andrey A. Chernov1994-10-281-2/+2
* Optimize delwin a bitAndrey A. Chernov1994-10-261-2/+3
* LDADD: = -> +=Andrey A. Chernov1994-10-121-2/+2
* Fix two problems pointed by Bruce:Andrey A. Chernov1994-10-121-12/+14
* Implement meta bit in more cosher way after contacting with zmbenhalAndrey A. Chernov1994-10-113-0/+12