On 10/29/07, Dave Van den Eynde <[EMAIL PROTECTED]> wrote: > 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.
There is man-page "console_codes" in linux, where many of those codes are listed. -- Markus Laire
