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