Subject: CVS commit: src/lib/libcurses
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 01/22/2007 21:14:53
Module Name:	src
Committed By:	jdc
Date:		Mon Jan 22 21:14:53 UTC 2007

Modified Files:
	src/lib/libcurses: ctrace.c initscr.c

Log Message:
Pull down the following from the wcurses branch:
  ctrace.c: revision 1.16.2.2
  initscr.c: revision 1.27.18.2
Orginal commit message:

Do the debug initialisation only in ctrace.c.  Otherwise, it might not
get done, for example, if we start curses with setterm() and not initscr().


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/lib/libcurses/ctrace.c
cvs rdiff -r1.28 -r1.29 src/lib/libcurses/initscr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.