Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 04/13/1999 07:08:20
Module Name:	src
Committed By:	mrg
Date:		Tue Apr 13 14:08:20 UTC 1999

Modified Files:
	src/lib/libcurses: Makefile addbytes.c addch.c addnstr.c box.c clear.c
	    clrtobot.c clrtoeol.c cr_put.c ctrace.c cur_hash.c curses.3
	    curses.c curses.h delch.c deleteln.c delwin.c erase.c fullname.c
	    getch.c getstr.c id_subwins.c idlok.c initscr.c insch.c insertln.c
	    longname.c move.c mvwin.c newwin.c overlay.c overwrite.c printw.c
	    putchar.c refresh.c scanw.c scroll.c setterm.c shlib_version
	    standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c
	src/lib/libcurses/PSD.doc: fns.doc
Added Files:
	src/lib/libcurses: attributes.c bell.c keypad.c nodelay.c notimeout.c
	    timeout.c underscore.c
Log Message:
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!