libviper 1.3.2 (Default branch) |
|
|
Wednesday February 6, 2008. 08:07 PM FreshMeat
libviper is an API for quickly developing console,
curses-based interfaces with mouse support (GPM).
It's a good alternative to the panels library. The
API preserves many of the familiar ncurses
monikers. It also provides, basic, GTK-like window
signal handling.
License: GNU General Public License (GPL)
Changes:
Some minor build warnings have been fixed. The code has been tested on x86-64. Several screen initialization and screen referencing functions and macros have been displaced in favor of an external global called SCREEN_WINDOW. viper_init() must now be explicitly called to initialize the internal structures. gcc -O2 optimizations have been enabled in the Makefile, and this release has moved to the C99 standard (mostly for long long int).
|