| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed DPADD. | Bruce Evans | 1996-09-05 | 1 | -2/+3 | |
| | | | | | Notes: svn path=/head/; revision=18050 | |||||
| * | cmp -s || install -c ==> install -C | Peter Wemm | 1996-08-30 | 1 | -8/+5 | |
| | | | | | Notes: svn path=/head/; revision=17935 | |||||
| * | .include "bsd.prog.mk" -> .include <bsd.prog.mk> | Peter Wemm | 1996-08-30 | 1 | -1/+1 | |
| | | | | | Notes: svn path=/head/; revision=17932 | |||||
| * | Delete -DGOOD_SELECT from CFLAGS, we don't have it. This is used to | Peter Wemm | 1996-08-26 | 1 | -2/+2 | |
| | | | | | | | | | indicate that select() returns the leftover time remaining in the timeval arg of select, we don't do that (yet :-). Notes: svn path=/head/; revision=17830 | |||||
| * | Go back to sigaction again now that Peter has found the problem. | Jordan K. Hubbard | 1996-08-16 | 1 | -3/+3 | |
| | | | | | | | | | Mine was just a "let's move on" kinda fix, Peter's does it right. :) Submitted-by: peter Notes: svn path=/head/; revision=17625 | |||||
| * | Switch from using sigaction to signal. | Jordan K. Hubbard | 1996-08-15 | 1 | -8/+5 | |
| | | | | | Notes: svn path=/head/; revision=17618 | |||||
| * | Make libncurses catch SIGWINCH and update the values for LINES and COLS. | Jordan K. Hubbard | 1996-08-15 | 1 | -0/+15 | |
| | | | | | | | | | | | I was perplexed when an example I'd written to show the values for these variables changing as an xterm window was resized didn't work, and looking into it I see that size tracking for LINES and COLS seems to be one SVR4 enhancement which didn't come across with libncurses. Notes: svn path=/head/; revision=17616 | |||||
| * | Add something so that you can solve the puzzle automatically by pressing | Jordan K. Hubbard | 1996-08-15 | 1 | -1/+10 | |
| | | | | | | | | | `a' (I'm using this code as a test for something else, and just happened to add this in the process :). Notes: svn path=/head/; revision=17612 | |||||
| * | remove MLINKS tparm.3 due name clash with libtermcap | Wolfram Schneider | 1996-05-27 | 1 | -2/+5 | |
| | | | | | Notes: svn path=/head/; revision=15947 | |||||
| * | The traceon and traceoff directives aren't in this version ncurses. | Jordan K. Hubbard | 1996-04-25 | 2 | -3/+3 | |
| | | | | | | | | Guess nobody's built these tests for quite awhile! Notes: svn path=/head/; revision=15375 | |||||
| * | Another round of man page cleanups. | Mike Pritchard | 1996-02-12 | 1 | -3/+3 | |
| | | | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045 | |||||
| * | Correct man page section number references (e.g. don't use the | Mike Pritchard | 1996-02-11 | 40 | -433/+421 | |
| | | | | | | | | | old 1M, 3X and 3S section numbers) and make some minor formatting changes to silence manck. Notes: svn path=/head/; revision=14039 | |||||
| * | Added some missing MLINKS for section 3 man pages. | Mike Pritchard | 1996-02-09 | 1 | -1/+125 | |
| | | | | | | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3. Notes: svn path=/head/; revision=13987 | |||||
| * | Fix some minor formatting problems in the curs_termin.3 man page. | Mike Pritchard | 1996-02-08 | 1 | -3/+4 | |
| | | | | | Notes: svn path=/head/; revision=13983 | |||||
| * | Fix a typo in one of the function names. | Mike Pritchard | 1996-02-08 | 1 | -1/+1 | |
| | | | | | Notes: svn path=/head/; revision=13982 | |||||
| * | Another round of spelling fixes. | Mike Pritchard | 1996-01-30 | 2 | -9/+9 | |
| | | | | | Notes: svn path=/head/; revision=13754 | |||||
| * | recording cvs-1.6 file death | Peter Wemm | 1995-12-30 | 9 | -2172/+0 | |
| | | | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122 | |||||
| * | Finally catch up with the Frenchmen, and create the German message | Joerg Wunsch | 1995-10-21 | 1 | -2/+8 | |
| | | | | | | | | | catalog. :-) Notes: svn path=/head/; revision=11633 | |||||
| * | Install source files with the -c flag, not with the optional flag ${COPY}. | Bruce Evans | 1995-08-06 | 1 | -3/+3 | |
| | | | | | Notes: svn path=/head/; revision=9971 | |||||
| * | Allow any speeds in baudrate | Andrey A. Chernov | 1995-08-04 | 1 | -2/+6 | |
| | | | | | Notes: svn path=/head/; revision=9903 | |||||
| * | Add SA_RESTART to ^Z reaction, EIO was returned in other case | Andrey A. Chernov | 1995-08-04 | 1 | -0/+3 | |
| | | | | | Notes: svn path=/head/; revision=9902 | |||||
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 40 | -244/+244 | |
| | | | | | Notes: svn path=/head/; revision=8870 | |||||
| * | Bump major number instead of minor | Andrey A. Chernov | 1995-05-08 | 1 | -3/+3 | |
| | | | | | Notes: svn path=/head/; revision=8353 | |||||
| * | Bump minor number | Andrey A. Chernov | 1995-05-03 | 1 | -1/+3 | |
| | | | | | Notes: svn path=/head/; revision=8247 | |||||
| * | Add a bit more docs | Andrey A. Chernov | 1995-04-20 | 4 | -1/+1624 | |
| | | | | | Notes: svn path=/head/; revision=7962 | |||||
| * | Fix bug using CSR for partial scrolling | Andrey A. Chernov | 1995-03-27 | 1 | -4/+4 | |
| | | | | | Notes: svn path=/head/; revision=7406 | |||||
| * | Fix wbkgdset macro | Andrey A. Chernov | 1995-03-13 | 1 | -1/+1 | |
| | | | | | | | | Submitted by: Andreas Wetzel <mickey@deadline.snafu.de> Notes: svn path=/head/; revision=7050 | |||||
| * | Add missing lib_window.c to SRCS | Andrey A. Chernov | 1995-02-13 | 1 | -2/+2 | |
| | | | | | Notes: svn path=/head/; revision=6344 | |||||
| * | Back out bkgd changes, now acts per braindamaged sysv standard | Andrey A. Chernov | 1995-01-16 | 2 | -11/+4 | |
| | | | | | Notes: svn path=/head/; revision=5656 | |||||
| * | Fix compiler warnings about tputs argument | Andrey A. Chernov | 1994-12-28 | 4 | -6/+6 | |
| | | | | | Notes: svn path=/head/; revision=5274 | |||||
| * | tputs prototypes... | Andrey A. Chernov | 1994-12-10 | 1 | -1/+1 | |
| | | | | | Notes: svn path=/head/; revision=5030 | |||||
| * | Fix tputs/tparm declarations | Andrey A. Chernov | 1994-12-09 | 1 | -2/+2 | |
| | | | | | Notes: svn path=/head/; revision=5023 | |||||
| * | termcap.h now belongs to system | Andrey A. Chernov | 1994-12-04 | 1 | -2/+2 | |
| | | | | | Notes: svn path=/head/; revision=4941 | |||||
| * | Move gdc/bs to games | Andrey A. Chernov | 1994-12-03 | 1 | -3/+1 | |
| | | | | | Notes: svn path=/head/; revision=4927 | |||||
| * | exit_standout don't turn most attributes off, fixed | Andrey A. Chernov | 1994-12-03 | 1 | -22/+15 | |
| | | | | | Notes: svn path=/head/; revision=4921 | |||||
| * | #ifdef out check for pending input, cause problems with | Andrey A. Chernov | 1994-12-03 | 1 | -0/+2 | |
| | | | | | | | | output-only pgms Notes: svn path=/head/; revision=4920 | |||||
| * | bkgd() family fixes | Andrey A. Chernov | 1994-12-02 | 2 | -4/+11 | |
| | | | | | Notes: svn path=/head/; revision=4903 | |||||
| * | Implement chage_scroll_region properly | Andrey A. Chernov | 1994-12-02 | 3 | -18/+36 | |
| | | | | | Notes: svn path=/head/; revision=4899 | |||||
| * | Upgrade to version 1.8.6 | Andrey A. Chernov | 1994-12-02 | 68 | -1290/+2204 | |
| | | | | | Notes: svn path=/head/; revision=4898 | |||||
| * | wscrl: implement partial scrolling via al/dl | Andrey A. Chernov | 1994-11-29 | 4 | -159/+190 | |
| | | | | | | | | | winsdel: implemented via wscrl winsertln/deleteln: implemented as macros via winsdel Notes: svn path=/head/; revision=4860 | |||||
| * | Fix many duplicated attribute sets | Andrey A. Chernov | 1994-11-27 | 5 | -22/+6 | |
| | | | | | Notes: svn path=/head/; revision=4832 | |||||
| * | Add wrefresh before doing putp when idlok | Andrey A. Chernov | 1994-11-27 | 4 | -0/+8 | |
| | | | | | Notes: svn path=/head/; revision=4831 | |||||
| * | Make idlok works properly with back color erase. | Andrey A. Chernov | 1994-11-27 | 3 | -4/+16 | |
| | | | | | Notes: svn path=/head/; revision=4830 | |||||
| * | Forget to exit alt charset mode, critical for non-cons25r | Andrey A. Chernov | 1994-11-24 | 1 | -0/+2 | |
| | | | | | | | | terminals wits as/ae Notes: svn path=/head/; revision=4798 | |||||
| * | Make this file more BSD-like | Andrey A. Chernov | 1994-11-21 | 1 | -10/+3 | |
| | | | | | Notes: svn path=/head/; revision=4758 | |||||
| * | Make newscr publicly available | Andrey A. Chernov | 1994-11-17 | 2 | -2/+1 | |
| | | | | | Notes: svn path=/head/; revision=4580 | |||||
| * | Add 57600, 115200 ro baudrate() | Andrey A. Chernov | 1994-11-10 | 1 | -16/+26 | |
| | | | | | Notes: svn path=/head/; revision=4342 | |||||
| * | This curses fix allows to print something in lower right corner | Andrey A. Chernov | 1994-11-06 | 1 | -22/+63 | |
| | | | | | | | | if insert_character is available or don't print, if not Notes: svn path=/head/; revision=4212 | |||||
| * | Several fixes for 'back_color_erase' curses problem | Andrey A. Chernov | 1994-11-06 | 1 | -5/+5 | |
| | | | | | Notes: svn path=/head/; revision=4206 | |||||
| * | Fix curses bug with delete character and standout | Andrey A. Chernov | 1994-11-06 | 1 | -0/+4 | |
| | | | | | Notes: svn path=/head/; revision=4205 | |||||
