Ignore:
Timestamp:
Nov 12, 2006, 9:37:58 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • Now that libcaca 0.99.beta10 is out, we can switch to the new API.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • toilet/trunk/src/term.c

    r1242 r1376  
    8282    cucul_set_canvas_size(cx->cv, cx->ew, cx->eh);
    8383
    84     cucul_putchar(cx->cv, cx->x, cx->y, ch);
     84    cucul_put_char(cx->cv, cx->x, cx->y, ch);
    8585    cx->x++;
    8686
Note: See TracChangeset for help on using the changeset viewer.