Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.ysu.edu!usenet.ins.cwru.edu!agate!howland.erols.net!cs.utexas.edu!newshost.convex.com!cnn.exu.ericsson.se!eua.ericsson.se!usenet From: seb@erix.ericsson.se (Sebastian Strollo) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Forms for curses... Date: 08 Aug 1996 11:08:28 +0200 Organization: Ericsson Telecom, Stockholm, Sweden Lines: 16 Sender: seb@scotch.du.etx.ericsson.se Message-ID: <qywwza8cqb.fsf@scotch.du.etx.ericsson.se> References: <4ub2mb$eta@electra.saaf.se> NNTP-Posting-Host: scotch.du.etx.ericsson.se In-reply-to: gorhas@electra.saaf.se's message of 7 Aug 1996 23:43:39 +0200 X-Newsreader: Gnus v5.1 In article <4ub2mb$eta@electra.saaf.se> gorhas@electra.saaf.se (G|ran Hasse) writes: > > On SysV there is a "forms" lib that works with curses. Is there a > freware around that does the same thing (menues, fields etc) on > curses. > > Or have anybody made a C++ class out of curses that can do those > things? What about the libdialog? (The only documentation about I can find is in /usr/src/gnu/lib/libdialog/) It can also be accessed from scripts using the dialog(1) program. (btw, That is what is used by the FreeBSD sysinstall program) /Sebastian