Archive for the ‘P’ Category
ps2ps, eps2eps – Ghostscript PostScript “distiller”
USAGE
ps2ps [ options ] input.ps output.ps
eps2eps [ options ] input.eps output.eps
DESCRIPTION
ps2ps uses gs(1) to convert PostScript(tm) file “input.ps” to simpler
and [...]
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)
[...]
Categories: P
