1libcaca-env(3caca)                  libcaca                 libcaca-env(3caca)
2
3
4

NAME

6       libcaca-env - Libcaca environment variables Some environment variables
7       can be used to change the behaviour of libcaca without having to modify
8       the program which uses it. These variables are:
9
10       · CACA_DRIVER: set the backend video driver. In order of preference:
11         · conio uses the DOS conio.h interface.
12         · ncurses uses the ncurses library.
13         · slang uses the S-Lang library.
14         · x11 uses the native X11 driver.
15         · gl uses freeglut and opengl libraries.
16         · raw outputs to the standard output instead of rendering the canvas.
17           This is can be used together with cacaserver.
18       · CACA_GEOMETRY: set the video display size. The format of this
19         variable must be XxY, with X and Y being integer values. This option
20         currently works with the raw, X11 and GL drivers.
21       · CACA_FONT: set the rendered font. The format of this variable is
22         implementation dependent, but since it currently only works with the
23         X11 driver, an X11 font name such as fixed or 5x7 is expected.
24Version 0.99.beta19             Sun Feb 3 2019              libcaca-env(3caca)
Impressum