Description
Perl terminal applications can draw character-based screens, windows, menus, and interactive text interfaces through curses bindings. This is useful for tools that need a full-screen terminal UI instead of simple line-by-line output.
It is a programming library used by other terminal software. Behavior depends on the terminal emulator and curses capabilities available on the system.