From owner-cvs-all Tue Jul 17 22:21:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EAA637B403; Tue, 17 Jul 2001 22:21:37 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6I5Lbg64954; Tue, 17 Jul 2001 22:21:37 -0700 (PDT) (envelope-from eric) Message-Id: <200107180521.f6I5Lbg64954@freefall.freebsd.org> From: Eric Melville Date: Tue, 17 Jul 2001 22:21:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog checklist.c menubox.c radiolist.c textbox.c tree.c yesno.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG eric 2001/07/17 22:21:37 PDT Modified files: gnu/lib/libdialog checklist.c menubox.c radiolist.c textbox.c tree.c yesno.c Log: Improve the interface provided by libdialog. Move a cursor around over the components and trigger actions based on its position. This reduces the need to remember the functions of various keys, and makes the interface more consistant across library. ~ Revision Changes Path 1.36 +128 -50 src/gnu/lib/libdialog/checklist.c 1.36 +15 -10 src/gnu/lib/libdialog/menubox.c 1.37 +119 -42 src/gnu/lib/libdialog/radiolist.c 1.19 +5 -1 src/gnu/lib/libdialog/textbox.c 1.6 +7 -1 src/gnu/lib/libdialog/tree.c 1.14 +6 -1 src/gnu/lib/libdialog/yesno.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message