PDA

View Full Version : ncurses "tree" menu


vank
10-19-2002, 11:58 AM
Is there any built in function in ncurses to make menus like this:
http://aptitude.sourceforge.net/screenshots.html

Don't want to reinvent the wheel ;)

bwkaz
10-19-2002, 03:47 PM
I don't know, but you could always pull apart the aptitude sources and figure out how they do it...

vank
10-19-2002, 05:19 PM
Yep, but the aptitude source is 14368 lines, and I don't know where to start looking ;)
Would be great if anyone knows about other (preferably smaller) apps which uses this kind of menu.

bwkaz
10-20-2002, 01:22 AM
Oh, OK. Makes sense.

I haven't ever seen that kind of thing anywhere else, no.