There is (was) a curses module a few years ago. Can't remember who wrote it but I do remember that it was written for 0.6 or something like that and that I never got it working on a somewhat modern Pike.
If you need curses, I would suggest you implement a new module from scratch. If you can do away with ascii and use a real gui instead, I would suggest using GTK.
/ Marcus Agehall (PacketFront)
Previous text:
2004-10-15 10:44: Subject: ncurses
Hi,
We're about to use ncurses from pike, and thus need a module to interface with the ncurses lib. My question then is: does anyone have (and want to share) a ncurses module?
Otherwise, we'll develop one ourselves (will put it on modules.gotpike.org as soon as we have something usefull). Or is there a better way(tm) ?
// Andreas
/ Brevbäraren