| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1995-06-06 | Declare tputs() as void. | pk | |
| 1994-12-22 | specify man pages the new way. | cgd | |
| 1994-09-07 | Add __BEGIN_DECLS, __END_DECLS around public functions so curses library | jtc | |
| can be used by C++ programs (PR #401). | |||
| 1994-08-17 | Clean up deleted files. | mycroft | |
| 1994-08-17 | clean up import | cgd | |
| 1994-08-17 | new libcurses, from new nvi | cgd | |
| 1994-08-14 | Fix return value from endwin(). | mycroft | |
| 1994-08-06 | Fix typo, wdelch() only takes on arg (PR 392) | jtc | |
| 1994-07-01 | install the right things | cgd | |
| 1994-06-30 | deal with new share/doc strategy | cgd | |
| 1994-06-25 | update for new doc-make/install strategy | cgd | |
| 1994-05-23 | ansi type renaming | cgd | |
| 1994-04-03 | major number bump, for stdio and safety... | cgd | |
| 1994-01-24 | changes from branch | cgd | |
| 1993-12-04 | minor rev | cgd | |
| 1993-12-04 | update from branch | cgd | |
| 1993-11-09 | Clean up deleted files. | mycroft | |
| 1993-11-09 | repeat after me: "I hate rcs ids" | cgd | |
| 1993-11-09 | oops; forgot this bit | cgd | |
| 1993-11-09 | repeat after me: "I hate rcs ids" | cgd | |
| 1993-11-09 | rcs id's and don't include "compat.h" | cgd | |
| 1993-11-09 | update to new version from berkeley. doesn't compile yet, nor | cgd | |
| does it have rcsid's. this is for diffs. new doc layout thang. | |||
| 1993-11-09 | Clean up deleted files. | mycroft | |
| 1993-11-09 | update to new version from berkeley. doesn't compile yet, nor | cgd | |
| does it have rcsid's. this is for diffs. | |||
| 1993-11-08 | add shlib_version file, with version 0.0 | cgd | |
| 1993-08-15 | Remove spurious `)'. | mycroft | |
| 1993-08-15 | waddbytes() is private; make the rest of *addbytes() be. | mycroft | |
| Make waddbytes() and waddstr() take a `const char *'. | |||
| 1993-08-10 | Actually use the signal number we're passed. | mycroft | |
| 1993-08-07 | New files. | mycroft | |
| 1993-08-07 | Clean up deleted files. | mycroft | |
| 1993-08-07 | New version from uunet. | mycroft | |
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-08-01 | Add RCS indentifiers. | mycroft | |
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-07-09 | added Andrew Chernov's patch set: | alm | |
| Standard curses library use eight bit for standout mode, so 8-bit characters displays like highlighted 7-bit characters. This patch produce library which is fully compatible with all curses programs and add 8-bit chars to all input/display functions. --- I don't think, that any programs wish to use internal curses attribute _STANDOUT directly, in expressions like: addch( ch | _STANDOUT ); Normal interface use standout() and standend() functions instead. Many programs use 'char' type (with sign extention) for input characters and sign extention becomes _STANDOUT mode in this case. So, I refuse this future and allow 8-bit characters for programs, which is designed for 7-bit only ('char' type using instead of 'unsigned char'). --- This small patch fix unpleasant standard curses bug: curses can't expand TAB at all (but tries). A man who wrote this curses misplace SYNC_IN and SYNCH_OUT, this patch exchange macro calls. This patch useful for standard 7-bit curses too, for this you must delete '_' symbol before waddbytes and apply patch. --- Oh, NO! This curses are really buggy! This small patch fix following problem: [ assumed scrollok(stdscr, TRUE) ] when addch(ch) at lower right corner of screen, curses are realy gone mad instead if simple scrolling... Curses code assumed that this will be done correctly, but implement it with two bugs. | |||
| 1993-04-23 | Make tabs actually work. | mycroft | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
