- Timestamp:
- Nov 6, 2006, 12:06:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/tutorial.dox
r1280 r1295 26 26 caca_set_display_title(dp, "Hello!"); 27 27 /* Choose drawing colours */ 28 cucul_set_color (cv, CUCUL_COLOR_BLACK, CUCUL_COLOR_WHITE);28 cucul_set_color_ansi(cv, CUCUL_BLACK, CUCUL_WHITE); 29 29 /* Draw a string at coordinates (0, 0) */ 30 30 cucul_putstr(cv, 0, 0, "This is a message");
Note: See TracChangeset
for help on using the changeset viewer.