| Commit message (Expand) | Author | Age | Files | Lines |
* | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 7 | -0/+7 |
* | Fix a curses bug exposed by the ":numbers" display of systat -iostat. | Kenneth D. Merry | 1998-10-12 | 1 | -2/+2 |
* | $* -> ${.PREFIX} | Warner Losh | 1998-09-11 | 1 | -1/+1 |
* | Allow this to include from C++ programs. | Steve Price | 1998-05-31 | 1 | -1/+3 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | Philippe Charnier | 1998-03-19 | 1 | -1/+1 |
* | Remove extra definition of vwprintw. | Steve Price | 1997-08-23 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r27180, | Bruce Evans | 1997-07-03 | 1 | -2/+2 |
|\ |
|
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | Bruce Evans | 1997-07-03 | 41 | -0/+6007 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Fixed DPADD. | Bruce Evans | 1996-09-05 | 1 | -2/+3 |
* | cmp -s || install -c ==> install -C | Peter Wemm | 1996-08-30 | 1 | -3/+2 |
* | Yeesh! I shouldn't have looked. Fix a whole bunch more. Pray | Jordan K. Hubbard | 1996-08-10 | 1 | -7/+17 |
* | Fix an exceedingly confusing typo. | Jordan K. Hubbard | 1996-08-10 | 1 | -1/+1 |
* | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 4 | -7/+7 |
* | Change `install' to `${INSTALL}' so that default install flags can be | Bruce Evans | 1995-08-06 | 1 | -2/+2 |
* | Remove _set_ospeed, it is done in tgetent now | Andrey A. Chernov | 1995-08-05 | 2 | -6/+0 |
* | Eliminate ospeed switch with new _set_ospeed | Andrey A. Chernov | 1995-08-04 | 1 | -28/+1 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 24 | -110/+110 |
* | Use __tty_fileno instead of STDERR_FILENO when detecting window size | Doug Rabson | 1995-03-28 | 1 | -1/+1 |
* | Separated out the _putchar & __cputchar() routines so that programs such | Nate Williams | 1995-03-19 | 3 | -11/+51 |
* | tputs: (char) -> (int) | Andrey A. Chernov | 1994-12-10 | 1 | -2/+2 |
* | Fix tputs declaration | Andrey A. Chernov | 1994-12-09 | 1 | -2/+2 |
* | Fix scroll bug bringed by 'vi <several_small_files>' | Andrey A. Chernov | 1994-11-21 | 1 | -13/+14 |
* | Add const to termcap prototypes to help libg++ 2.6.1 compiling, | Andrey A. Chernov | 1994-11-04 | 1 | -7/+7 |
* | Finally move DB declaration under _CURSES_PRIVATE | Andrey A. Chernov | 1994-10-28 | 3 | -4/+1 |
* | Continue previous fix still | Andrey A. Chernov | 1994-10-28 | 1 | -1/+1 |
* | After some thinking better place to fix appearse curses again, not | Andrey A. Chernov | 1994-10-28 | 2 | -0/+4 |
* | Rename cDB to DB back like old good BSD curses always does, | Andrey A. Chernov | 1994-10-28 | 4 | -4/+4 |
* | Missed one reference to the DB variable. | Poul-Henning Kamp | 1994-10-28 | 1 | -1/+1 |
* | Renamed a variable from 'DB' to 'cDB', so the vi(1) will compile again. | Poul-Henning Kamp | 1994-10-28 | 3 | -3/+3 |
* | Previous commit was incompleted, yet one step required | Andrey A. Chernov | 1994-10-27 | 1 | -1/+1 |
* | Fix scroll bug bringed by vi(1), from phk's flame | Andrey A. Chernov | 1994-10-27 | 4 | -8/+8 |
* | SHARED_LDADD --> LDADD | Andrey A. Chernov | 1994-10-12 | 1 | -4/+3 |
* | Back out ospeed change (why all bugs discovered immediately _after_ commits | Andrey A. Chernov | 1994-10-06 | 1 | -4/+2 |
* | Enable PC back, because it is ouside visible | Andrey A. Chernov | 1994-10-06 | 1 | -2/+2 |
* | ospeed/PC code ifdefed out, our libtermcap use usleep now | Andrey A. Chernov | 1994-10-06 | 1 | -2/+4 |
* | Disable direct ioctls to /dev/tty, search only stdin/stdout | Andrey A. Chernov | 1994-10-03 | 1 | -22/+17 |
* | Fix bug in %i format, second argument not incremented | Andrey A. Chernov | 1994-09-24 | 1 | -1/+4 |
* | Fix bug with scroll region parameters (x changed to y) | Andrey A. Chernov | 1994-09-24 | 1 | -3/+3 |
* | Attention to all cc hackers, here workaround for gcc 2.6.0 | Andrey A. Chernov | 1994-09-22 | 1 | -2/+4 |
* | Fix mvcur typo bug from my previous fix | Andrey A. Chernov | 1994-09-22 | 1 | -1/+1 |
* | Subwin code forget to subtract orig->beg{x,y} cause SEGV | Andrey A. Chernov | 1994-09-12 | 1 | -2/+2 |
* | Bug fixed: | Andrey A. Chernov | 1994-09-07 | 1 | -2/+2 |
* | SHARED_LDADD added | Andrey A. Chernov | 1994-08-28 | 1 | -1/+2 |
* | newwin.c | Andrey A. Chernov | 1994-08-28 | 14 | -190/+373 |
* | More stuff from the latest curses. Really minor this time. | Sean Eric Fagan | 1994-08-13 | 3 | -4/+85 |
* | Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, as | Sean Eric Fagan | 1994-08-13 | 38 | -177/+275 |
* | Make it work with our make macros. | Garrett Wollman | 1994-08-05 | 1 | -2/+3 |
* | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 71 | -0/+9769 |