- Timestamp:
- Nov 12, 2006, 11:04:23 AM (16 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/TODO
r1342 r1354 5 5 \subsection dep API-dependent stuff 6 6 7 - support for holes in canvas (eg. not full EOL) 8 - support for TAB 7 9 - allow to change the canvas size in a per-frame basis. 8 10 - export attribute parsing functions such as attr_to_ansi4fg etc. … … 29 31 \subsection dep API-dependent stuff 30 32 31 - nothing more!33 - beep support 32 34 33 35 \subsection indep API-independent stuff -
libcaca/trunk/cucul/export.c
r1342 r1354 167 167 unsigned int n; 168 168 169 /* 44bytes for the header:169 /* 52 bytes for the header: 170 170 * - 4 bytes for "\xCA\xCA" + "CV" 171 171 * - 16 bytes for the canvas header 172 * - 24bytes for the frame info172 * - 32 bytes for the frame info 173 173 * 8 bytes for each character cell */ 174 174 *bytes = 52 + 8 * cv->width * cv->height;
Note: See TracChangeset
for help on using the changeset viewer.