>I recently patched the manual color script into bpl19 with no
>problems but now I cant seem to get it to work on bpl21, the
>write_to_output function has been rewritten. Now there is size_t
>write_to_output and size_t vwrite to output.
>Could someone help me along by explaining how to add the manual color
>snippet to the new functions.
size_t is typically just an unsigned int.
You'll want to edit the vwrite_to_output now instead of the
write_to_output. I don't actually use any of the color patches,
but it looks like you probably want to put in the color codes
replacement cycle right after:
if (t->bufptr < 0)
return (0);
Is your boss reading your email? ....Probably
Keep your messages private by using Lycos Mail.
Sign up today at http://mail.lycos.com
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
| Newbie List: http://groups.yahoo.com/group/circle-newbies/ |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT