Subject: CVS commit: src/usr.sbin/sushi
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 03/24/2004 19:10:58
Module Name:	src
Committed By:	garbled
Date:		Wed Mar 24 19:10:58 UTC 2004

Modified Files:
	src/usr.sbin/sushi: C.msg TODO scanform.c sushi.c

Log Message:
Add patches from Peter Postma in PR 24755 to cleanup output in sushi:
        * hide the cursor everywhere except in forms (looks nicer)
        * fix repaint with lists (from TODO)
        * fix the form page (removes XXX)
        * force a pos_form_cursor() after every keypress in the forms
          to ensure that the selected field got the focus.
        * tweak the status message a bit.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/usr.sbin/sushi/C.msg
cvs rdiff -r1.7 -r1.8 src/usr.sbin/sushi/TODO
cvs rdiff -r1.35 -r1.36 src/usr.sbin/sushi/scanform.c
cvs rdiff -r1.17 -r1.18 src/usr.sbin/sushi/sushi.c

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