Subject: CVS commit: src/lib/libcurses
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/14/2004 18:23:45
Module Name:	src
Committed By:	christos
Date:		Sat Feb 14 18:23:45 UTC 2004

Modified Files:
	src/lib/libcurses: curses.h unctrl.c unctrl.h

Log Message:
Fix the non working unctrl mess:
1. delete the incorrect duplicate macro from unctrl.h
2. move unctrl macros from curses.h to unctrl.h and make curses.h include
   unctrl.h in curses.h instead of duplicating their definition.
3. constify unctrl arrays; make length unsigned.


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/lib/libcurses/curses.h
cvs rdiff -r1.9 -r1.10 src/lib/libcurses/unctrl.c
cvs rdiff -r1.2 -r1.3 src/lib/libcurses/unctrl.h

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