Hey,
The way I see it, ncurses is simply a library that spits out control characters
to your terminal telling it to move the cursor, change colors, that sort of
thing. But it may be too much overhead. It supports a lot of types of
terminals, that all have different control characters for different things.
Perhaps you can try spitting out these control characters yourself, for the
most common terminal you're using.
But my knowledge doesn't stretch much further than that.
Dave
Geert Vancompernolle <[EMAIL PROTECTED]> wrote:
Hi,
Is it possible to create menus in a FoxBoard terminal window? I mean,
using the (n)curses library?
So, use stuff like "goto(x,y)" (or similar) and so on
AFAIK, (n)curses.h could not be found in the SDK.
I know there's a possibility using KoanLogic (just downloaded it and
ran the FoxDemo, nice...), but that's not what I want. I want to
stick to a terminal window and do my stuff in there.
Anyone any idea?
Or other possibilities?
Best rgds,
--Geert