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 [...]

Saturday, August 29th, 2009 at 00:34 | Comments Off
Categories: E, 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)
[...]

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