aboutsummaryrefslogtreecommitdiff
path: root/lib/libcurses
Commit message (Expand)AuthorAgeFilesLines
* Fix a curses bug exposed by the ":numbers" display of systat -iostat.Kenneth D. Merry1998-10-121-2/+2
* $* -> ${.PREFIX}Warner Losh1998-09-111-1/+1
* Allow this to include from C++ programs.Steve Price1998-05-311-1/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-1/+1
* Remove extra definition of vwprintw.Steve Price1997-08-231-1/+1
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-031-2/+2
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-0341-0/+6007
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed DPADD.Bruce Evans1996-09-051-2/+3
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-3/+2
* Yeesh! I shouldn't have looked. Fix a whole bunch more. PrayJordan K. Hubbard1996-08-101-7/+17
* Fix an exceedingly confusing typo.Jordan K. Hubbard1996-08-101-1/+1
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-124-7/+7
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-2/+2
* Remove _set_ospeed, it is done in tgetent nowAndrey A. Chernov1995-08-052-6/+0
* Eliminate ospeed switch with new _set_ospeedAndrey A. Chernov1995-08-041-28/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-3024-110/+110
* Use __tty_fileno instead of STDERR_FILENO when detecting window sizeDoug Rabson1995-03-281-1/+1
* Separated out the _putchar & __cputchar() routines so that programs suchNate Williams1995-03-193-11/+51
* tputs: (char) -> (int)Andrey A. Chernov1994-12-101-2/+2
* Fix tputs declarationAndrey A. Chernov1994-12-091-2/+2
* Fix scroll bug bringed by 'vi <several_small_files>'Andrey A. Chernov1994-11-211-13/+14
* Add const to termcap prototypes to help libg++ 2.6.1 compiling,Andrey A. Chernov1994-11-041-7/+7
* Finally move DB declaration under _CURSES_PRIVATEAndrey A. Chernov1994-10-283-4/+1
* Continue previous fix stillAndrey A. Chernov1994-10-281-1/+1
* After some thinking better place to fix appearse curses again, notAndrey A. Chernov1994-10-282-0/+4
* Rename cDB to DB back like old good BSD curses always does,Andrey A. Chernov1994-10-284-4/+4
* Missed one reference to the DB variable.Poul-Henning Kamp1994-10-281-1/+1
* Renamed a variable from 'DB' to 'cDB', so the vi(1) will compile again.Poul-Henning Kamp1994-10-283-3/+3
* Previous commit was incompleted, yet one step requiredAndrey A. Chernov1994-10-271-1/+1
* Fix scroll bug bringed by vi(1), from phk's flameAndrey A. Chernov1994-10-274-8/+8
* SHARED_LDADD --> LDADDAndrey A. Chernov1994-10-121-4/+3
* Back out ospeed change (why all bugs discovered immediately _after_ commitsAndrey A. Chernov1994-10-061-4/+2
* Enable PC back, because it is ouside visibleAndrey A. Chernov1994-10-061-2/+2
* ospeed/PC code ifdefed out, our libtermcap use usleep nowAndrey A. Chernov1994-10-061-2/+4
* Disable direct ioctls to /dev/tty, search only stdin/stdoutAndrey A. Chernov1994-10-031-22/+17
* Fix bug in %i format, second argument not incrementedAndrey A. Chernov1994-09-241-1/+4
* Fix bug with scroll region parameters (x changed to y)Andrey A. Chernov1994-09-241-3/+3
* Attention to all cc hackers, here workaround for gcc 2.6.0Andrey A. Chernov1994-09-221-2/+4
* Fix mvcur typo bug from my previous fixAndrey A. Chernov1994-09-221-1/+1
* Subwin code forget to subtract orig->beg{x,y} cause SEGVAndrey A. Chernov1994-09-121-2/+2
* Bug fixed:Andrey A. Chernov1994-09-071-2/+2
* SHARED_LDADD addedAndrey A. Chernov1994-08-281-1/+2
* newwin.cAndrey A. Chernov1994-08-2814-190/+373
* More stuff from the latest curses. Really minor this time.Sean Eric Fagan1994-08-133-4/+85
* Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, asSean Eric Fagan1994-08-1338-177/+275
* Make it work with our make macros.Garrett Wollman1994-08-051-2/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2771-0/+9769