Changeset 1269 for libcaca/trunk/doc/tutorial.dox
- Timestamp:
- Oct 31, 2006, 3:04:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/tutorial.dox
r923 r1269 18 18 caca_set_display_title(dp, "Hello!"); 19 19 /* Choose drawing colours */ 20 cucul_set_color (cv, CUCUL_COLOR_BLACK, CUCUL_COLOR_WHITE);20 cucul_set_color_ansi(cv, CUCUL_BLACK, CUCUL_WHITE); 21 21 /* Draw a string at coordinates (0, 0) */ 22 22 cucul_putstr(cv, 0, 0, "This is a message");
Note: See TracChangeset
for help on using the changeset viewer.