mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
517 B
Text
9 lines
517 B
Text
CPPurses is a Terminal User Interface(TUI) Library built on top of ncurses.
|
|
It defines a framework of Widgets, Layouts, and Events that let you focus on
|
|
user interface design, while boilerplate common to ncurses applications is
|
|
handled behind the scenes.
|
|
|
|
CPPurses contains a collection of common Widgets that can be pieced together to
|
|
create a composite application. It is also possible to expand and build on top
|
|
of existing Widgets, or to create completely new Widget types, by overriding a
|
|
few virtual functions.
|