Changeset 3174
- Timestamp:
- Nov 1, 2008, 2:32:17 AM (14 years ago)
- Location:
- libcaca/trunk/caca-php/examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/dithering.php
r3172 r3174 28 28 caca_refresh_display($display); 29 29 30 sleep(5);30 caca_get_event($display, CACA_EVENT_KEY_PRESS, 5000000); 31 31 32 32 ?> -
libcaca/trunk/caca-php/examples/polyline.php
r3172 r3174 49 49 caca_put_str($canvas, 1, 1, "Caca forever..."); 50 50 caca_refresh_display($display); 51 sleep(5);51 caca_get_event($display, CACA_EVENT_KEY_PRESS, 5000000); 52 52 53 53 ?>
Note: See TracChangeset
for help on using the changeset viewer.