debian man page for libcaca-env

Query: libcaca-env

OS: debian

Section: 3caca

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

libcaca-env(3caca)						      libcaca							libcaca-env(3caca)

NAME
libcaca-env - Libcaca environment variables Some environment variables can be used to change the behaviour of libcaca without having to modify the program which uses it. These variables are: o CACA_DRIVER: set the backend video driver. In order of preference: o conio uses the DOS conio.h interface. o ncurses uses the ncurses library. o slang uses the S-Lang library. o x11 uses the native X11 driver. o gl uses freeglut and opengl libraries. o raw outputs to the standard output instead of rendering the canvas. This is can be used together with cacaserver. o CACA_GEOMETRY: set the video display size. The format of this variable must be XxY, with X and Y being integer values. This option currently works with the raw, X11 and GL drivers. o CACA_FONT: set the rendered font. The format of this variable is implementation dependent, but since it currently only works with the X11 driver, an X11 font name such as fixed or 5x7 is expected. Version 0.99.beta18 Fri Apr 6 2012 libcaca-env(3caca)
Related Man Pages
caca_create_display(3caca) - debian
caca_display(3caca) - debian
caca_get_canvas(3caca) - debian
caca_get_display_time(3caca) - debian
libcaca-tutorial(3caca) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
Weird 'find' results
My first PERL incarnation... Audio Oscillograph