Changeset 561 for libcaca/trunk/caca
- Timestamp:
- Mar 9, 2006, 10:52:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/caca.h
r536 r561 31 31 * ncurses (through Cygwin emulation) or conio. There is also a native X11 32 32 * driver, and an OpenGL driver (through freeglut) that does not require a 33 * text terminal. 33 * text terminal. For machines without a screen, and with a valid tcp stack, 34 * the network driver (BSD sockets) should perfectly fit your needs. 34 35 * 35 36 * \e libcaca is free software, released under the Do What The Fuck You … … 60 61 * - \c x11 uses the native X11 driver. 61 62 * - \c gl uses freeglut and opengl libraries. 62 * - \c n ull uses nothing at all, and will display nothing as well.63 * - \c network uses BSD sockets calls. 63 64 * 64 65 * \li \b CUCUL_BACKGROUND: set the background type.
Note: See TracChangeset
for help on using the changeset viewer.