Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 06/23/1999 02:19:33
Module Name:	basesrc
Committed By:	cgd
Date:		Wed Jun 23 09:19:33 UTC 1999

Modified Files:
	basesrc/usr.bin/msgc: msg_sys.def

Log Message:
replace lots of wclear()/wmove() calls with calls to msg_clear().  wmove()
to 0,0 was unnecessary because wclear() is documented to do that.  also,
the immediate wrefresh() done by msg_clear() means that if we can take
advantage of full screen clear sequence, we will.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/usr.bin/msgc/msg_sys.def

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