From owner-freebsd-hackers Tue Feb 25 23:50:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA24339 for hackers-outgoing; Tue, 25 Feb 1997 23:50:16 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA24334 for ; Tue, 25 Feb 1997 23:50:13 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id XAA14523; Tue, 25 Feb 1997 23:49:59 -0800 (PST) To: Brandon Gillespie cc: freebsd-hackers@FreeBSD.ORG Subject: Re: what 'dialog' library is used with sysinstall and what not? In-reply-to: Your message of "Tue, 25 Feb 1997 23:43:58 MST." Date: Tue, 25 Feb 1997 23:49:59 -0800 Message-ID: <14519.856943399@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Basically, what is the text library used with sysinstall and the pkg_* > utils? I was under the impression it was 'dialog', but 'dialog' is rather > restricted... It's libdialog(3) (dialog(1) just uses it). > file and other similar functions--I was thinking of putting it into a > windowed interface like the other FreeBSD utils, but 'dialog' is greatly > lacking some of the features seen in the above mentioned utils. Exactly. See /usr/ports/devel/tvision for what I'm currently in the process of moving to. :-) Jordan