Subject: CVS commit: src/usr.bin/msgc
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/04/2003 19:00:27
Module Name:	src
Committed By:	dsl
Date:		Wed Jun  4 19:00:27 UTC 2003

Modified Files:
	src/usr.bin/msgc: Makefile msg_sys.def msgc.1 msgdb.c

Log Message:
Add msg_prompt_win() that will prompt in the specified window (instead of
the default one), and with a box around the window if >= 3 lines.
Stop the char delete from killingthe RHS of any box.
Make msg_string a noop for invalid strings (might be quoted text).


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/usr.bin/msgc/Makefile src/usr.bin/msgc/msgdb.c
cvs rdiff -r1.18 -r1.19 src/usr.bin/msgc/msg_sys.def
cvs rdiff -r1.17 -r1.18 src/usr.bin/msgc/msgc.1

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