[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NCurses 4.1



>HI, A stupid question probably, but anyone can explain what NCURSES is
>for?
>Why woudl I need them?
>Thanks :)

Not a stupid question at all.  (Few questions are.)

Ncurses is a library of terminal-handling routines, similar to the
System V UNIX Curses library.  It transforms high-level requests from
an application program into low-level escape codes for the terminal,
and does cursor-movement optimisation (and probably other things I
don't know about).

You need it if you want to write a UNIX-style text-mode program which
should be able to handle a diversity of terminals, or if you want to
compile an existing program that uses Termcap, Terminfo or Curses.

--Charles Briscoe-Smith
White pages entry, with PGP key: <URL:http://alethea.ukc.ac.uk/wp?95cpb4>
PGP public keyprint: 74 68 AB 2E 1C 60 22 94  B8 21 2D 01 DE 66 13 E2