Changeset 1945 for libcaca/trunk
- Timestamp:
- Nov 13, 2007, 12:18:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/tutorial.dox
r1879 r1945 28 28 cucul_set_color_ansi(cv, CUCUL_BLACK, CUCUL_WHITE); 29 29 /* Draw a string at coordinates (0, 0) */ 30 cucul_put str(cv, 0, 0, "This is a message");30 cucul_put_str(cv, 0, 0, "This is a message"); 31 31 /* Refresh display */ 32 32 caca_refresh_display(dp);
Note: See TracChangeset
for help on using the changeset viewer.