summaryrefslogtreecommitdiffstats
path: root/lib/libcurses
Commit message (Expand)AuthorAgeFilesLines
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-127-0/+7
* Fix a curses bug exposed by the ":numbers" display of systat -iostat.ken1998-10-121-2/+2
* $* -> ${.PREFIX}imp1998-09-111-1/+1
* Allow this to include from C++ programs.steve1998-05-311-1/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-1/+1
* Remove extra definition of vwprintw.steve1997-08-231-1/+1
* This commit was generated by cvs2svn to compensate for changes in r27180,bde1997-07-031-2/+2
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,bde1997-07-0341-295/+432
* | Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* | Fixed DPADD.bde1996-09-051-2/+3
* | cmp -s || install -c ==> install -Cpeter1996-08-301-3/+2
* | Yeesh! I shouldn't have looked. Fix a whole bunch more. Prayjkh1996-08-101-7/+17
* | Fix an exceedingly confusing typo.jkh1996-08-101-1/+1
* | General -Wall warning cleanup, part I.jkh1996-07-124-7/+7
* | Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-2/+2
* | Remove _set_ospeed, it is done in tgetent nowache1995-08-052-6/+0
* | Eliminate ospeed switch with new _set_ospeedache1995-08-041-28/+1
* | Remove trailing whitespace.rgrimes1995-05-3024-110/+110
* | Use __tty_fileno instead of STDERR_FILENO when detecting window sizedfr1995-03-281-1/+1
* | Separated out the _putchar & __cputchar() routines so that programs suchnate1995-03-193-11/+51
* | tputs: (char) -> (int)ache1994-12-101-2/+2
* | Fix tputs declarationache1994-12-091-2/+2
* | Fix scroll bug bringed by 'vi <several_small_files>'ache1994-11-211-13/+14
* | Add const to termcap prototypes to help libg++ 2.6.1 compiling,ache1994-11-041-7/+7
* | Finally move DB declaration under _CURSES_PRIVATEache1994-10-283-4/+1
* | Continue previous fix stillache1994-10-281-1/+1
* | After some thinking better place to fix appearse curses again, notache1994-10-282-0/+4
* | Rename cDB to DB back like old good BSD curses always does,ache1994-10-284-4/+4
* | Missed one reference to the DB variable.phk1994-10-281-1/+1
* | Renamed a variable from 'DB' to 'cDB', so the vi(1) will compile again.phk1994-10-283-3/+3
* | Previous commit was incompleted, yet one step requiredache1994-10-271-1/+1
* | Fix scroll bug bringed by vi(1), from phk's flameache1994-10-274-8/+8
* | SHARED_LDADD --> LDADDache1994-10-121-4/+3
* | Back out ospeed change (why all bugs discovered immediately _after_ commitsache1994-10-061-4/+2
* | Enable PC back, because it is ouside visibleache1994-10-061-2/+2
* | ospeed/PC code ifdefed out, our libtermcap use usleep nowache1994-10-061-2/+4
* | Disable direct ioctls to /dev/tty, search only stdin/stdoutache1994-10-031-22/+17
* | Fix bug in %i format, second argument not incrementedache1994-09-241-1/+4
* | Fix bug with scroll region parameters (x changed to y)ache1994-09-241-3/+3
* | Attention to all cc hackers, here workaround for gcc 2.6.0ache1994-09-221-2/+4
* | Fix mvcur typo bug from my previous fixache1994-09-221-1/+1
* | Subwin code forget to subtract orig->beg{x,y} cause SEGVache1994-09-121-2/+2
* | Bug fixed:ache1994-09-071-2/+2
* | SHARED_LDADD addedache1994-08-281-1/+2
* | newwin.cache1994-08-2814-190/+373
* | More stuff from the latest curses. Really minor this time.sef1994-08-133-4/+85
* | Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, assef1994-08-1338-177/+275
* | Make it work with our make macros.wollman1994-08-051-2/+3
|/
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-2771-0/+9769
OpenPOWER on IntegriCloud