Posts Tagged ‘panel’

panel – panel stack extension for curses
USAGE
#include <panel.h>

cc [flags] sourcefiles -lpanel -lncurses

PANEL *new_panel(WINDOW *win)
int bottom_panel(PANEL *pan)
int top_panel(PANEL *pan)
[...]

Thursday, August 27th, 2009 at 20:48 | Comments Off
Categories: P
Tags: ,

panel – panel stack extension for curses
USAGE
#include <panel.h>

cc [flags] sourcefiles -lpanel -lncurses

PANEL *new_panel(WINDOW *win)
int bottom_panel(PANEL *pan)
int top_panel(PANEL *pan)
[...]

Wednesday, August 26th, 2009 at 02:52 | Comments Off
Categories: P
Tags: ,
TOP