Term of the Moment

biomimicry


Look Up Another Term


Redirected from: curses

Definition: Unix curses


A programming library that serves as an interface layer between the program and the terminal. It provides a terminal-independent method of programming cursor movement no matter what type of terminal is used. The curses functions convert the curses commands into the hardware language of the terminal.