Subject: CVS commit: [wcurses] src/lib/libcurses
To: None <source-changes@NetBSD.org>
From: Brett Lymn <blymn@netbsd.org>
List: source-changes
Date: 01/25/2007 08:50:15
Module Name:	src
Committed By:	blymn
Date:		Thu Jan 25 08:50:15 UTC 2007

Modified Files:
	src/lib/libcurses [wcurses]: background.c clrtobot.c clrtoeol.c delch.c
	    erase.c get_wch.c get_wstr.c getch.c insch.c keymap.h newwin.c
	    refresh.c screen.c

Log Message:
 * rearrange code to ensure that SET_WCOL() is called after attributes
   are copied/set.

 * fix some instances where attributes were being checked without
   masking with WA_ATTRIBUTES

 * Replace another instance of non-spacing character copying with function
   call.


To generate a diff of this commit:
cvs rdiff -r1.9.6.2 -r1.9.6.3 src/lib/libcurses/background.c
cvs rdiff -r1.18.6.2 -r1.18.6.3 src/lib/libcurses/clrtobot.c
cvs rdiff -r1.21.6.2 -r1.21.6.3 src/lib/libcurses/clrtoeol.c \
    src/lib/libcurses/erase.c
cvs rdiff -r1.19.6.3 -r1.19.6.4 src/lib/libcurses/delch.c
cvs rdiff -r1.1.2.3 -r1.1.2.4 src/lib/libcurses/get_wch.c
cvs rdiff -r1.1.2.2 -r1.1.2.3 src/lib/libcurses/get_wstr.c
cvs rdiff -r1.46.6.2 -r1.46.6.3 src/lib/libcurses/getch.c
cvs rdiff -r1.20.6.3 -r1.20.6.4 src/lib/libcurses/insch.c
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/lib/libcurses/keymap.h
cvs rdiff -r1.43.6.2 -r1.43.6.3 src/lib/libcurses/newwin.c
cvs rdiff -r1.63.6.5 -r1.63.6.6 src/lib/libcurses/refresh.c
cvs rdiff -r1.18.4.2 -r1.18.4.3 src/lib/libcurses/screen.c

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