Changeset 1342 for libcaca/trunk/cucul/cucul.c
- Timestamp:
- Nov 11, 2006, 3:24:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/cucul.c
r1338 r1342 44 44 * should be called at the end of the program to free all allocated resources. 45 45 * 46 * Both the cursor and the canvas' handle are initialised at the top-left 47 * corner. 48 * 46 49 * If an error occurs, NULL is returned and \b errno is set accordingly: 47 50 * - \c ENOMEM Not enough memory for the requested canvas size. … … 79 82 cv->frames[0].chars = NULL; 80 83 cv->frames[0].attrs = NULL; 84 cv->frames[0].x = cv->frames[0].y = 0; 85 cv->frames[0].handlex = cv->frames[0].handley = 0; 81 86 cv->frames[0].curattr = cv->curattr; 82 87
Note: See TracChangeset
for help on using the changeset viewer.