Home | History | Annotate | Download | only in PSD.doc
History log of /src/lib/libcurses/PSD.doc/fns.doc
RevisionDateAuthorComments
 1.36  14-Apr-2008  jdc Document termattrs(), term_attrs(), putwin() and getwin()
 1.35  28-Mar-2004  jdc Changes to support *echochar().
Should fix PR lib/24927.
 1.34  05-Oct-2003  jdc Add redrawwin() and wredrawln().
Fixes PR lib/20038.
 1.33  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.32  20-Jun-2003  jdc Add noqiflush() and qiflush()
Fixes PR lib/20037.
 1.31  20-Jun-2003  jdc Add keyname().
Fixes PR lib/20033.
Allow SMALL to be defined, to reduce the size of the library.
 1.30  21-May-2003  jdc Add addchstr() family of functions.
Based on mail from Douwe Kiela.
Fixes PR lib/21285 by Thomas Klausner.
 1.29  21-May-2003  jdc Add mvw* functions.
 1.28  21-May-2003  jdc Sort addbytes().
 1.27  30-Mar-2003  jdc Add attr_set() group of functions.
Fixes PR lib/20034 by Thomas Klausner.
 1.26  27-Jan-2003  jdc Rename can_change_colors() to can_change_color().
Add no_color_video().
 1.25  09-Jan-2003  blymn Added halfdelay() function.
 1.24  23-Dec-2002  jdc Add descriptions for newpad(), subpad(), prefresh() and pnoutrefresh().
 1.23  23-Oct-2002  blymn Added documentation for define_key and keyok
Fixed borkage with getpary.
 1.22  04-Aug-2002  jdc Set the curses default colours to white on black when using colour.
See the Single UNIX Specification, Version 2 :

http://www.opengroup.org/onlinepubs/007908799/xcurses/can_change_color.html

Also, add the functions :

use_default_colors();
assume_default_colors(fore, back);

(from ncurses) that allow the terminal default colours or user-specified
default colours to be used.
 1.21  19-Jul-2002  blymn Add idcok to documentation.
 1.20  02-Dec-2001  blymn * Major change to add support for the newterm/set_term functions.
* Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)
 1.19  14-Oct-2001  blymn Added 2 new functions and a macro:
- getparx
- getpary
- getparyx (macro)
Also minor tweak to the man page to correct grammar on a couple of items.
 1.18  08-Oct-2001  blymn Add mvderwin function.
 1.17  20-Sep-2001  blymn Add code to allow resizing of windows and the underlying terminal.
 1.16  21-Apr-2001  jdc Document getnstr().
 1.15  01-Jan-2001  simonb Add the instr and inchstr families of functions.
 1.14  27-Sep-2000  wrstuden Last revision had some problems. One .De was missing, and a number of
.De's were really .Ds's. Problems were causing output not to be rendered-
number of output pages more than doubled after these fixes, and made much more
sense.
 1.13  11-May-2000  jdc branches: 1.13.4;
Documemt getattrs(), delay_output() and napms().
Document functions (get*).
 1.12  27-Apr-2000  jdc Add wnoutrefresh() and doupdate().
 1.11  26-Apr-2000  blymn * Fixed bug in copywin.
* Fixed bug in overwrite.
* Added functions is_linetouched, is_wintouched, untouchwin and wtouchln.
 1.10  24-Apr-2000  blymn * Added rcs id line to files missing it.
* Added code to __restartwin to restore meta and cursor visibility states
* Added code to __stopwin to disable meta.
* Added the *line group of functions for drawing character lines.
 1.9  23-Apr-2000  blymn * Fixed bug in copywin which was copying more than it should.
* Changed call to wrefresh in wgetch to be before input read.
* Changed default old cursor mode to be high vis in curs_set
* Added documentation for various new functions to fns.doc.
 1.8  12-Apr-2000  jdc Add colour capabilities and functions.
Add background manipulation functions.
Add def/reset_prog/shell_mode().
 1.7  11-Apr-2000  blymn Made data structures opaque
 1.6  02-Jul-1999  simonb branches: 1.6.6;
More trailing white space.
 1.5  13-Apr-1999  mrg Upgrades the standard NetBSD curses library to provide some
of the SYSV curses facilities. The added features are the collapsing
of arrow and function keysequences (as defined by termcap for the
terminal) into symbolic code returns thus relieving the application of
recognising multi-character key sequences. Other features are the
capability to perform a timed wait for a key (good for when you are
not sure if there is a keypress ready or not) and the capability for
turning off the inter-key timeout when assembling multi-character
function keys.

this work was done by Julian Coleman <J.D.Coleman@newcastle.ac.uk>
and blymn@baea.com.au (Brett Lymn). i'm just integrating it. thanks
HEAPS guys!
 1.4  09-Jan-1998  perry RCS Id Police.
 1.3  17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2  09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1  09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1  17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2  17-Aug-1994  cgd clean up import
 1.3.2.1  17-Aug-1994  cgd file fns.doc was added on branch netbsd-1-0 on 1994-08-17 21:53:17 +0000
 1.6.6.1  05-Mar-2000  jdc Document new functions.
 1.13.4.1  29-Sep-2000  wrstuden Pull in revision 1.13 -> 1.14. Approved by thorpej.

Original log message:

> Last revision had some problems. One .De was missing, and a number of
> .De's were really .Ds's. Problems were causing output not to be rendered-
> number of output pages more than doubled after these fixes, and made much more
> sense.

RSS XML Feed