Date: Tue, 17 Jul 2001 22:21:37 -0700 (PDT) From: Eric Melville <eric@FreeBSD.org> 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 Message-ID: <200107180521.f6I5Lbg64954@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107180521.f6I5Lbg64954>