- Timestamp:
- Nov 11, 2006, 2:03:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/frames.c
r1330 r1340 53 53 cucul_set_color_ansi(cv, CUCUL_WHITE, CUCUL_BLUE); 54 54 cucul_putstr(cv, frame * 5 / 2, frame, "カカ"); 55 cucul_set_color_ansi(cv, CUCUL_DEFAULT, CUCUL_TRANSPARENT); 55 56 } 56 57 … … 61 62 cucul_get_canvas_width(cv), cucul_get_canvas_height(cv)); 62 63 63 cucul_set_color_ansi(cv, CUCUL_DEFAULT, CUCUL_TRANSPARENT);64 64 dp = caca_create_display(cv); 65 65 caca_set_display_time(dp, 50000);
Note: See TracChangeset
for help on using the changeset viewer.